]> git.mxchange.org Git - flightgear.git/blobdiff - utils/TerraSync/CMakeLists.txt
Boo, typo.
[flightgear.git] / utils / TerraSync / CMakeLists.txt
index 783cdffca69ca78e7c064be9a7a879d2f847ea6b..cc27ec82b4890b9ec3973693290bf0f1dd7963d9 100644 (file)
@@ -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}")
-endif()
-
-
 install(TARGETS terrasync RUNTIME DESTINATION bin)