From 12437f0ece85a926c4d584b9aee798ebec335b26 Mon Sep 17 00:00:00 2001 From: claywar Date: Tue, 18 Mar 2025 14:24:28 -0400 Subject: [PATCH] [deps] Update recastnavigation commit --- ext/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/CMakeLists.txt b/ext/CMakeLists.txt index 0a370df05b5..79a67ec009c 100644 --- a/ext/CMakeLists.txt +++ b/ext/CMakeLists.txt @@ -74,7 +74,7 @@ CPMAddPackage( CPMAddPackage( NAME recastnavigation GITHUB_REPOSITORY recastnavigation/recastnavigation - GIT_TAG 77f7e54bc8cf5a816f9f087a3e0ac391d2043be3 + GIT_TAG 0096f0dae9fd0c42757d1fd57d7d3bcccc9bcd38 OPTIONS "RECASTNAVIGATION_DEMO OFF" "RECASTNAVIGATION_TESTS OFF"