set CMake policy

This commit is contained in:
Christian Semmler 2024-05-31 13:36:58 -04:00
parent 77285f0aaf
commit 8c56ff1da7

View File

@ -2,6 +2,7 @@ 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)
project(isle CXX C) project(isle CXX C)