Skip to content

Commit a6bd162

Browse files
zmbcmaxbachmann
andauthored
Use range in cmake_minimum (#125)
Co-authored-by: Max Bachmann <[email protected]>
1 parent 24f2b05 commit a6bd162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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)
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)