diff options
author | ShinDarth <borzifrancesco@gmail.com> | 2016-08-09 16:09:37 +0200 |
---|---|---|
committer | ShinDarth <borzifrancesco@gmail.com> | 2016-08-09 16:09:37 +0200 |
commit | 7e14d05f719767f6af364e0f4b955fd49ead8a9f (patch) | |
tree | 234d205e25cacebe09c4a105028164ebb88240c2 /CMakeLists.txt | |
parent | 43381567452ef7540e4bb7e01c2fa4be5524dace (diff) |
CMake: fixed git informations
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 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) |