From d224dc0ce75027ebef3c8e8dab8dc94d50d5b850 Mon Sep 17 00:00:00 2001 From: Vladimir Timofeev Date: Sun, 16 Nov 2014 14:12:29 +0300 Subject: [PATCH] Remove incorrect includes. No sure about to remove comment, because it important, but work in this direction in progress now, so I remove it also. --- CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c1b9cc4bf..b251a90307 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,20 +154,6 @@ elseif(NOT MINGW) set(PLATFORM_FOLDER_ARCH ${PLATFORM_FOLDER}) endif() - -# NB -# we need to return these to libraries to their official state rather than -# having our custom cocos2d namespace so that we may use system versions if -# the platform provides them. It is very important that this -# is done before we make prebuilt versions of these two libs - -include_directories( - - ${CMAKE_CURRENT_SOURCE_DIR}/../external/unzip - ${CMAKE_CURRENT_SOURCE_DIR}/../external/xxhash - -) - # GLFW3 used on Mac, Windows and Linux desktop platforms if(LINUX OR MACOSX OR WINDOWS) find_package(GLFW3 REQUIRED)