From 4d153b6cb9d633408047e19f28428c52db3d81f6 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 22 Sep 2021 18:49:33 +0200 Subject: Build: Update FindOpenSSL.cmake and remove custom FindGit (cherry picked from commit 77596dba67483c8050c3d3ea1c4299360fde6beb) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3