1
0
Fork 0

Try to fix MSVC template instantiation issue with SGVec dependencies.

This commit is contained in:
ThorstenB 2012-02-24 21:47:57 +01:00
parent 42dab5d81d
commit 67b3b95310

View 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()