]> git.mxchange.org Git - flightgear.git/blobdiff - utils/TerraSync/CMakeLists.txt
Try to fix MSVC template instantiation issue with SGVec dependencies.
[flightgear.git] / utils / TerraSync / CMakeLists.txt
index 783cdffca69ca78e7c064be9a7a879d2f847ea6b..dcea912b2a4b67081817885c3a988c06f5b31e83 100644 (file)
@@ -9,7 +9,7 @@ target_link_libraries(terrasync
 
 if(LIBSVN_FOUND)
        target_link_libraries(terrasync ${LIBSVN_LIBRARIES})
-       set_property(TARGET terrasync APPEND PROPERTY COMPILE_FLAGS "${APR_CFLAGS}")
+       set_property(TARGET terrasync APPEND PROPERTY COMPILE_FLAGS "${APR_CFLAGS} -DNO_OPENSCENEGRAPH_INTERFACE")
 endif()