]> git.mxchange.org Git - simgear.git/blobdiff - CMakeLists.txt
SGPath: fix creating paths with permission checker.
[simgear.git] / CMakeLists.txt
index c2ad568b3a3931f055b4fd4c7435f93128d1567c..7af05c81f267c4ebbf03fb2514776d9379cc008b 100644 (file)
@@ -163,6 +163,9 @@ if(APPLE)
   find_library(COCOA_LIBRARY Cocoa)
 endif()
 
+# Somehow this only works if included before searching for Boost...
+include(BoostTestTargets)
+
 find_package(Boost REQUIRED)
 set (BOOST_CXX_FLAGS "-DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DBOOST_BIMAP_DISABLE_SERIALIZATION")