aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-09-22 18:49:33 +0200
committerShauren <shauren.trinity@gmail.com>2021-10-01 13:02:03 +0200
commit4d153b6cb9d633408047e19f28428c52db3d81f6 (patch)
treef03fdfba301fd5c4db0e86077472451800c2cdb9 /CMakeLists.txt
parent629ec3a14d7adfda3eab392839211f8bf007c0b1 (diff)
Build: Update FindOpenSSL.cmake and remove custom FindGit
(cherry picked from commit 77596dba67483c8050c3d3ea1c4299360fde6beb)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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