Skip to content

Commit 331cefb

Browse files
authored
update cmake minimum version
1 parent 7d1144c commit 331cefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cmake config largely taken from catch2
2-
cmake_minimum_required(VERSION 3.5..3.24)
2+
cmake_minimum_required(VERSION 3.5..3.31)
33

44
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.24)
55
cmake_policy(SET CMP0135 NEW)

0 commit comments

Comments
 (0)