We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a58b48 commit a273d74Copy full SHA for a273d74
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.13)
2
3
-if(CMAKE_VERSION VERSION_GREATER 3.14)
+if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.15)
4
# MSVC runtime library flags are selected by the CMAKE_MSVC_RUNTIME_LIBRARY abstraction.
5
cmake_policy(SET CMP0091 NEW)
6
# MSVC warning flags are not in CMAKE_<LANG>_FLAGS by default.
0 commit comments