diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
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) |