Try to fix MSVC template instantiation issue with SGVec dependencies.
This commit is contained in:
parent
42dab5d81d
commit
67b3b95310
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue