X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FTerraSync%2FCMakeLists.txt;h=cc27ec82b4890b9ec3973693290bf0f1dd7963d9;hb=ead3be2098e128729d2d78b89280025198460858;hp=dcea912b2a4b67081817885c3a988c06f5b31e83;hpb=67b3b95310c2e9af2ebc9d0e0936ae01aff5092e;p=flightgear.git diff --git a/utils/TerraSync/CMakeLists.txt b/utils/TerraSync/CMakeLists.txt index dcea912b2..cc27ec82b 100644 --- a/utils/TerraSync/CMakeLists.txt +++ b/utils/TerraSync/CMakeLists.txt @@ -1,5 +1,4 @@ - add_executable(terrasync terrasync.cxx) target_link_libraries(terrasync @@ -7,10 +6,4 @@ target_link_libraries(terrasync ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} ) -if(LIBSVN_FOUND) - target_link_libraries(terrasync ${LIBSVN_LIBRARIES}) - set_property(TARGET terrasync APPEND PROPERTY COMPILE_FLAGS "${APR_CFLAGS} -DNO_OPENSCENEGRAPH_INTERFACE") -endif() - - install(TARGETS terrasync RUNTIME DESTINATION bin)