We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea7cb9 commit f089931Copy full SHA for f089931
CMakeLists.txt
@@ -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)
+cmake_minimum_required(VERSION 3.25)
4
5
# This tells cmake we have goodies in the /cmake folder
6
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
0 commit comments