diff --git a/CMakeLists.txt b/CMakeLists.txt index 35e0b60dca..16f72d301a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -537,6 +537,7 @@ endif(WIN32) # Extern set(RECASTNAVIGATION_DEMO OFF CACHE BOOL "Do not build RecastDemo") +set(RECASTNAVIGATION_STATIC ON CACHE BOOL "Build recastnavigation static libraries") add_subdirectory (extern/recastnavigation) add_subdirectory (extern/osg-ffmpeg-videoplayer)