diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a94e1adbb9..8ddbe0edd72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ find_package(PCHSupport) find_package(MySQL) if(NOT WITHOUT_GIT) - find_package(Git) + find_package(Git 1.7) endif() # Find revision ID and hash of the sourcetree |