From 0cfe349d618793baef5bb242310ec2b5dc5bb835 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Thu, 23 Mar 2023 14:23:16 +0100 Subject: Bump required Gpgmepp version to 1.13.1 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fc2e0ea..f6892a59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ set(Required_CMake_Version 3.16.2) set(Required_Boost_Version 1.72) set(Required_Python_Version 3.9) +set(Required_Gpgmepp_Version 1.13.1) cmake_minimum_required(VERSION ${Required_CMake_Version}) @@ -96,7 +97,7 @@ link_directories(${Boost_LIBRARY_DIRS}) # Crypto if (USE_GPGME) - find_package(Gpgmepp REQUIRED) + find_package(Gpgmepp ${Required_Gpgmepp_Version} REQUIRED) set(HAVE_GPGME 1) include_directories(SYSTEM ${Gpgmepp_INCLUDE_DIRS}) link_directories(${Gpgmepp_LIBRARY_DIRS}) -- cgit v1.2.3