diff --git a/CMakeLists.txt b/CMakeLists.txt index b20f24fb732..2b7c16222e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,9 +40,6 @@ include(CheckCXXCompilerFlag) include(CheckLinkerFlag) include(CheckLibraryExists) include(CheckFunctionExists) -if (POLICY CMP0148) - cmake_policy(SET CMP0148 OLD) # https://cmake.org/cmake/help/latest/policy/CMP0148.html -endif() if (POLICY CMP0077) cmake_policy(SET CMP0077 NEW) endif()