summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-10 12:41:06 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-10 12:41:06 +0200
commit8c8f8f5577e38207d5bc127a8cbf67368678ebbc (patch)
treebc3cf73c11aa125e0b5eddc675efbf14deea3b47 /CMakeLists.txt
parentfc8599299e785cd18a483fa6e6e64bb63db73f0e (diff)
parentb024b64bd4df5e5eac63fa066c1155caf6769a53 (diff)
Merge branch 'master' of git@github.com:azerothcore/azerothcore-wotlk.git
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 3cc6c562e7..34493fed23 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)