1
0
Fork 0

Revert "Try to fix MSVC template instantiation issue with SGVec dependencies."

This reverts commit 67b3b95310.
This commit is contained in:
ThorstenB 2012-02-24 22:01:20 +01:00
parent 67b3b95310
commit f094fa2aa8

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} -DNO_OPENSCENEGRAPH_INTERFACE")
set_property(TARGET terrasync APPEND PROPERTY COMPILE_FLAGS "${APR_CFLAGS}")
endif()