From 0112c22d2c243660eb9f1c52da5d15f24746f166 Mon Sep 17 00:00:00 2001 From: armatusmiles <akurotych@gmail.com> Date: Mon, 28 Jan 2019 15:21:29 +0700 Subject: [PATCH] [-] DEFINITIONS CACHE INTERNAL from CMakeLists.txt --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97fa839..00353d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,3 @@ add_library(${PROJECT_NAME} STATIC ${CORE_SERVER_SOURCES} ${CORE_SERVER_HEADERS} target_link_libraries(${PROJECT_NAME} pthread ev memcached dap_crypto) target_include_directories(${PROJECT_NAME} INTERFACE .) -set(${PROJECT_NAME}_DEFINITIONS CACHE INTERNAL "${PROJECT_NAME}: Definitions" FORCE) - -set(${PROJECT_NAME}_INCLUDE_DIRS ${PROJECT_SOURCE_DIR} CACHE INTERNAL "${PROJECT_NAME}: Include Directories" FORCE) -- GitLab