aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <click@gonnamakeyou.com>2013-02-11 20:11:15 +0100
committerclick <click@gonnamakeyou.com>2013-02-11 20:11:15 +0100
commit3178fc4d964dd3a3b599475d34d76742d843e9cf (patch)
tree9d9c2e1414522fd5edea8e5b140142b208e9e1d3
parent9bd8baf1ab80e7a2f8431fb9d8f02bfc88e25ad2 (diff)
Buildsystem/CMake: Forgot to change variable in main CMakeLists.txt
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9ea5b4825a2..3b04269f1fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ if( UNIX )
find_package(BZip2)
endif()
-if( NOT DISABLEGITCHECK )
+if( NOT WITHOUT_GIT )
find_package(Git)
endif()