mirror of
				https://github.com/vsariola/sointu.git
				synced 2025-11-03 16:35:57 -05:00 
			
		
		
		
	Require CMake version 3.15, as the Visual Studio statically linking runtime policy was introduced in it.
This commit is contained in:
		@ -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
 | 
			
		||||
# i.e. set_property(TARGET 4klang PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user