mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-03 00:58:26 -04:00
Require CMake version 3.15, as the Visual Studio statically linking runtime policy was introduced in it.
This commit is contained in:
parent
ce81ef5ef9
commit
35b2df2a2f
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.14)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
# This policy is needed so that we can set the MSVC_RUNTIME to statically linked
|
# This policy is needed so that we can set the MSVC_RUNTIME to statically linked
|
||||||
# i.e. set_property(TARGET 4klang PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
# i.e. set_property(TARGET 4klang PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user