Browse Source

remove obsolete /opt/local include/lib directories on mac os x

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau 7 years ago
parent
commit
dea067ad67
1 changed files with 0 additions and 5 deletions
  1. 0 5
      CMakeLists.txt

+ 0 - 5
CMakeLists.txt

@@ -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)