From 2b844e368022f47544a343d809b153557d886624 Mon Sep 17 00:00:00 2001 From: tycho Date: Sat, 23 May 2015 06:36:45 -0700 Subject: Add build_tools and Self_test as cache options, so that CLion can detect them --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bb780eba..ae83662c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,9 @@ if(MSVC OR MSVC_IDE) endif() endif() +set(BUILD_TOOLS OFF CACHE BOOL "") +set(SELF_TEST OFF CACHE BOOL "") + # This has to be done before any flags have been set up. if(${BUILD_TOOLS}) message("Building tools") -- cgit v1.2.3