From 4c82470933628ba10bf58604caea4edc405dc776 Mon Sep 17 00:00:00 2001 From: elsid Date: Thu, 1 Nov 2018 14:53:28 +0300 Subject: [PATCH] Do not build recastnavigation tests --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16f72d301a..0296a4030c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -538,6 +538,7 @@ endif(WIN32) # Extern set(RECASTNAVIGATION_DEMO OFF CACHE BOOL "Do not build RecastDemo") set(RECASTNAVIGATION_STATIC ON CACHE BOOL "Build recastnavigation static libraries") +set(RECASTNAVIGATION_TESTS OFF CACHE BOOL "Do not build recastnavigation tests") add_subdirectory (extern/recastnavigation) add_subdirectory (extern/osg-ffmpeg-videoplayer)