From: Felix Fietkau Date: Sun, 13 Jan 2013 08:52:34 +0000 (+0100) Subject: remove commented out include/link directories X-Git-Url: http://git.openwrt.org/?p=project%2Fustream-ssl.git;a=commitdiff_plain;h=7db381c01b2876e6ecefb625131c02697ea7616e remove commented out include/link directories Signed-off-by: Felix Fietkau --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 640afce..dd0a70c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,6 @@ ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -Wmissing-declarations) SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") -#INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include/cyassl) -#LINK_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/lib) IF(APPLE) INCLUDE_DIRECTORIES(/opt/local/include) LINK_DIRECTORIES(/opt/local/lib)