From 5ab6deb12163ddf1593b52d5ad1b43ebc303115d Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Tue, 25 Nov 2025 23:08:52 +0000 Subject: [PATCH] Revert cbd2689 Propagate CMP0167 policy --- cmake/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 78f96d0e70..ed9487c6fc 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -37,7 +37,6 @@ if(POLICY CMP0144) # 3.27 endif() if(POLICY CMP0167) # 3.30 cmake_policy(SET CMP0167 OLD) - set(CMAKE_POLICY_DEFAULT_CMP0167 OLD) # Propagate to subdirectories and find modules. endif() if(NOT CMAKE_BUILD_TYPE)