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 b2a6f54 commit fdad128Copy full SHA for fdad128
CMakeLists.txt
@@ -8,12 +8,6 @@
8
# Centos Stream 9, https://www.centos.org/cl-vs-cs/#end-of-life, 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()
17
18
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
19
message(FATAL_ERROR "In-source builds are not allowed.")
0 commit comments