diff --git a/CMakeLists.txt b/CMakeLists.txt index 05b39efc7..ca18db84b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,8 +28,6 @@ set(CMAKE_MODULE_PATH # define all options here option(DEBUG "Debug mode" OFF) -option(TBB_USE_EXTERNAL "Use external TBB" OFF) -option(USE_STD_MALLOC "Use standard malloc instead of TBB" OFF) option(ACE_USE_EXTERNAL "Use external ACE" OFF) if(PCHSupport_FOUND AND WIN32) # TODO: why only enable it on windows by default? option(PCH "Use precompiled headers" ON) @@ -54,8 +52,6 @@ message( defined name. the name must corespond to the name of the folder and the folder must contain a valid CMakeLists.txt - TBB_USE_EXTERNAL Use external TBB - USE_STD_MALLOC Use standard malloc instead of TBB ACE_USE_EXTERNAL Use external ACE To set an option simply type -D