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)