diff options
author | click <click@gonnamakeyou.com> | 2013-02-11 14:51:26 +0100 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2013-02-11 14:51:26 +0100 |
commit | 620a43b4efa429a34f1671d1ede39f43dffeee9d (patch) | |
tree | 032f59c0a7166da52d9d705af9101eea3b93dc4c /cmake/options.cmake | |
parent | db0b81e8e78a3c5b42e5b45efdda2c2c99f1e312 (diff) |
Buildsystem/CMake: Allow building the core without the gitchecks, this is done in the GUI, or through the DISABLEGITCHECK parameter on *nix-platforms.
DO NOTE THAT WE WILL NOT GIVE SUPPORT ON ANY CORE-VERSION COMPILED WITH THIS FLAG, AS WE CAN NOT EFFECTIVELY FIND OUT WHAT REVISION YOU ARE ON
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r-- | cmake/options.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake index f58c88ba1d5..60b828abd7c 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -15,3 +15,4 @@ option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" option(USE_COREPCH "Use precompiled headers when compiling servers" 1) option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) +option(DISABLEGITCHECK "Disable the GIT testing routines" 0) |