Revert cbd2689 Propagate CMP0167 policy

This commit is contained in:
Bruno Postle
2025-11-25 23:08:52 +00:00
parent cbd26896ba
commit 5ab6deb121
-1
View File
@@ -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)