summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0be328721..ab00e8eede 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,9 +73,9 @@ if( UNIX )
find_package(BZip2)
endif()
-#if(NOT WITHOUT_GIT)
-# find_package(Git)
-#endif()
+if(NOT WITHOUT_GIT)
+ find_package(Git)
+endif()
# Find revision ID and hash of the sourcetree
include(src/cmake/genrev.cmake)