From 57e5adda9b7d931df770106d0cb7d6594e3f5814 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 4 Aug 2022 08:52:28 -0700 Subject: [PATCH] set policy CMP0110 explicitly to avoid warnings --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bf65f2..aac12d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required(VERSION 3.12) project(selene VERSION 0.3.1 LANGUAGES CXX C) +cmake_policy(SET CMP0110 NEW) # User-settable options option(SELENE_BUILD_TESTS "Build Selene tests" OFF)