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.
CMAKE_MSVC_RUNTIME_LIBRARY
1 parent 6c958cf commit 5f650a1Copy full SHA for 5f650a1
CMakeLists.txt
@@ -4,6 +4,11 @@ endif ()
4
5
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
6
7
+if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15")
8
+ # Enable runtime library selection via CMAKE_MSVC_RUNTIME_LIBRARY
9
+ cmake_policy(SET CMP0091 NEW)
10
+endif ()
11
+
12
project(Zycore VERSION 1.4.0.0 LANGUAGES C)
13
14
include(GNUInstallDirs)
0 commit comments