Enable CMake policy CMP0079
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
cmake_policy(SET CMP0091 NEW)
|
||||
cmake_policy(SET CMP0079 NEW)
|
||||
|
||||
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
||||
project(86Box
|
||||
|
Reference in New Issue
Block a user