From: Felix Fietkau Date: Fri, 9 Dec 2016 12:06:59 +0000 (+0100) Subject: remove obsolete mac os x /opt/local include/library search path X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=commitdiff_plain;h=52d955fd802a4d990b7ff9116f02ff52aa63ffec remove obsolete mac os x /opt/local include/library search path Where necessary, this can easily be provided through CFLAGS/LDFLAGS Signed-off-by: Felix Fietkau --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d9c03db..072afef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,11 +7,6 @@ ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -Wmissing-declarations) SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") -IF(APPLE) - INCLUDE_DIRECTORIES(/opt/local/include) - LINK_DIRECTORIES(/opt/local/lib) -ENDIF() - FIND_PATH(ubox_include_dir libubox/ustream-ssl.h) INCLUDE_DIRECTORIES(${ubox_include_dir})