]> git.mxchange.org Git - simgear.git/blobdiff - simgear/CMakeLists.txt
Compatibility fix
[simgear.git] / simgear / CMakeLists.txt
index fb5f8b1cabcf77b4bf9b59e7da1ebcef5b23fdcb..46a22b6571f7be7e24584ee9bde3aea5e8dd8b2a 100644 (file)
@@ -59,12 +59,7 @@ if(SIMGEAR_SHARED)
 
     if(LIBSVN_FOUND)
         add_definitions(${APR_CFLAGS})
-
-        IF(APPLE)
-            set_property(SOURCE scene/tsync/terrasync.cxx PROPERTY COMPILE_FLAGS "-iwithsysroot ${LIBSVN_INCLUDE_DIR}")
-        ELSE()
-            include_directories(${LIBSVN_INCLUDE_DIR})
-        ENDIF(APPLE)
+        include_directories(${LIBSVN_INCLUDE_DIR})
         target_link_libraries(SimGearCore ${LIBSVN_LIBRARIES})
     endif(LIBSVN_FOUND)