mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Try this
This commit is contained in:
parent
8c56ff1da7
commit
2122698de6
@ -2,7 +2,9 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
|
|||||||
|
|
||||||
# MSVC runtime library flags are selected by an abstraction
|
# MSVC runtime library flags are selected by an abstraction
|
||||||
cmake_policy(SET CMP0091 NEW)
|
cmake_policy(SET CMP0091 NEW)
|
||||||
cmake_policy(SET CMP0077 NEW)
|
|
||||||
|
# To set BUILD_DOCS for iniparser below. Is there another solution?
|
||||||
|
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
|
||||||
|
|
||||||
project(isle CXX C)
|
project(isle CXX C)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user