From dea067ad67d977c247c300c06676a06adf21e0c7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Jul 2016 10:16:53 +0200 Subject: [PATCH] remove obsolete /opt/local include/lib directories on mac os x Signed-off-by: Felix Fietkau --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2ff51e..7361eb2 100644 --- a/CMakeLists.txt +++ b/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) -- 2.25.1