]> git.mxchange.org Git - flightgear.git/commitdiff
Try to fix MSVC template instantiation issue with SGVec dependencies.
authorThorstenB <brehmt@gmail.com>
Fri, 24 Feb 2012 20:47:57 +0000 (21:47 +0100)
committerThorstenB <brehmt@gmail.com>
Fri, 24 Feb 2012 20:47:57 +0000 (21:47 +0100)
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()