diff options
author | Shauren <shauren.trinity@gmail.com> | 2021-09-22 18:49:33 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-22 18:49:33 +0200 |
commit | 77596dba67483c8050c3d3ea1c4299360fde6beb (patch) | |
tree | 8289cc71003e54ab2510dafbd5bde9bedcaa4eca /CMakeLists.txt | |
parent | f89bb434196c045b684218f5e7a10a6ffd5cd421 (diff) |
Build: Update FindOpenSSL.cmake and remove custom FindGit
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 a7cb3a0f329..957a2cc1fa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,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 |