remove obsolete /opt/local include/lib directories on mac os x
[oweals/jsonpath.git] / CMakeLists.txt
index f2ff51ec9f01f1e9cd37a980c4dfcd8db3313e5b..7361eb246c94f93d829c55d291883edd81f1eab0 100644 (file)
@@ -7,11 +7,6 @@ IF(NOT APPLE)
   SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-Wl,--gc-sections")
 ENDIF()
 
-IF(APPLE)
-  INCLUDE_DIRECTORIES(/opt/local/include)
-  LINK_DIRECTORIES(/opt/local/lib)
-ENDIF()
-
 find_library(json NAMES json-c json)
 
 IF(DEBUG)