Skip to content

Commit 36fce5d

Browse files
cyrus-sasl: fix test on cmake >=4 (#28438)
1 parent 3bc3e2c commit 36fce5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/cyrus-sasl/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 C)
33

44
find_package(cyrus-sasl REQUIRED CONFIG)

0 commit comments

Comments
 (0)