From 8c56ff1da7c562aef300612a19687705f52009fe Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 31 May 2024 13:36:58 -0400 Subject: [PATCH] set CMake policy --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd9d50f2..d7e7e056 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR) # MSVC runtime library flags are selected by an abstraction cmake_policy(SET CMP0091 NEW) +cmake_policy(SET CMP0077 NEW) project(isle CXX C)