From d08a3df39cdf6dc1b2cba58741d1ac9f863771e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=A4nitz?= Date: Fri, 7 Feb 2025 15:22:49 +0100 Subject: [PATCH] [dev] Temporarily set CMake policy CMP0157 to OLD --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1be9a4bed..221ab31e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.19.6...3.29) if(POLICY CMP0157) - cmake_policy(SET CMP0157 NEW) + cmake_policy(SET CMP0157 OLD) endif() project(SwiftTesting