CMake: fixed git informations

This commit is contained in:
ShinDarth
2016-08-09 16:09:37 +02:00
parent 4338156745
commit 7e14d05f71
2 changed files with 67 additions and 25 deletions

View File

@@ -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)