summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2015-05-23 15:46:12 +0200
committerAlexander Harkness <me@bearbin.net>2015-05-23 15:46:12 +0200
commit97a418f6c17929289083f7fee9b7c7b73344db55 (patch)
treea20a440434c99ae41cbe122ef12eae87125beccf
parentMerge pull request #2065 from mc-server/OldArgs (diff)
parentAdd build_tools and Self_test as cache options, so that CLion can detect them (diff)
downloadcuberite-97a418f6c17929289083f7fee9b7c7b73344db55.tar
cuberite-97a418f6c17929289083f7fee9b7c7b73344db55.tar.gz
cuberite-97a418f6c17929289083f7fee9b7c7b73344db55.tar.bz2
cuberite-97a418f6c17929289083f7fee9b7c7b73344db55.tar.lz
cuberite-97a418f6c17929289083f7fee9b7c7b73344db55.tar.xz
cuberite-97a418f6c17929289083f7fee9b7c7b73344db55.tar.zst
cuberite-97a418f6c17929289083f7fee9b7c7b73344db55.zip
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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")