Skip to content

Commit

Permalink
Use range in cmake_minimum (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Bachmann <[email protected]>
  • Loading branch information
zmbc and maxbachmann authored Feb 11, 2025
1 parent 24f2b05 commit a6bd162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Cmake config largely taken from catch2
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.5..3.31)

if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.24)
cmake_policy(SET CMP0135 NEW)
Expand Down

0 comments on commit a6bd162

Please sign in to comment.