We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cmake_minimum_required()
1 parent e05358e commit af5e6b4Copy full SHA for af5e6b4
CMakeLists.txt
@@ -7,13 +7,13 @@
7
#
8
# Centos Stream 9, EOL in May 2027:
9
# - CMake 3.26.5, https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/
10
+cmake_minimum_required(VERSION 3.22)
11
if(POLICY CMP0141)
12
# MSVC debug information format flags are selected by an abstraction.
13
# We want to use the CMAKE_MSVC_DEBUG_INFORMATION_FORMAT variable
14
# to select the MSVC debug information format.
15
cmake_policy(SET CMP0141 NEW)
16
endif()
-cmake_minimum_required(VERSION 3.22)
17
18
#=============================
19
# Project / Package metadata
0 commit comments