Skip to content

Commit f089931

Browse files
committed
Require CMake VERSION >= 3.25
1 parent 5ea7cb9 commit f089931

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# 3.24.1 is bundled in Visual Studio 2022 v17.4
2-
# 3.24.1 is also bundled in CLion as of 2023
3-
cmake_minimum_required(VERSION 3.24.1)
1+
cmake_minimum_required(VERSION 3.25)
42

53
# This tells cmake we have goodies in the /cmake folder
64
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

0 commit comments

Comments
 (0)