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.
2 parents 7a9e3c7 + d37c579 commit 6115b23Copy full SHA for 6115b23
CMakeLists.txt
@@ -3,12 +3,6 @@
3
4
cmake_minimum_required(VERSION 3.16)
5
6
-if(POLICY CMP0092)
7
- # https://cmake.org/cmake/help/latest/policy/CMP0092.html#policy:CMP0092 Make
8
- # sure the /W3 is not removed from CMAKE_CXX_FLAGS since CMake 3.15
9
- cmake_policy(SET CMP0092 OLD)
10
-endif()
11
-
12
# MSVC RTTI flag /GR should not be added to CMAKE_CXX_FLAGS by default. @see
13
# https://cmake.org/cmake/help/latest/policy/CMP0117.html
14
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.20.0")
0 commit comments