Skip to content

Commit 8cb82c6

Browse files
cryptopp: fix test on cmake >=4 (#28427)
* cryptopp: fix test on cmake >=4 * set minimum at 3.15 it looks to be the most usual on CCI
1 parent 5680c63 commit 8cb82c6

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)