From 5f577740890f90100867974a8cf1669d7f9c900c Mon Sep 17 00:00:00 2001 From: aurianer Date: Wed, 6 Dec 2023 16:27:19 +0100 Subject: [PATCH] Set the policy CMP0144 to suppress a cmake warning from 3.27 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 235a2ecce..3862caf2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,7 @@ cmake_policy(VERSION 3.18) pika_set_cmake_policy(CMP0042 NEW) pika_set_cmake_policy(CMP0060 NEW) pika_set_cmake_policy(CMP0074 NEW) +pika_set_cmake_policy(CMP0144 NEW) # We save the passed compiler flag to a special variable. This is needed for our # build system unit tests. Some flags might influence the created symbols