Skip to content

Commit aeafb97

Browse files
ericLemanissierjeremydumais
authored andcommitted
cryptopp: fix test on cmake >=4 (conan-io#28427)
* cryptopp: fix test on cmake >=4 * set minimum at 3.15 it looks to be the most usual on CCI
1 parent b9e5b1f commit aeafb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/cryptopp/all/test_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.15)
22
project(test_package LANGUAGES CXX)
33

44
find_package(cryptopp REQUIRED CONFIG)

0 commit comments

Comments
 (0)