From d691af4860350287041676178ceb511b240c336c Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Sun, 5 May 2024 22:08:40 +0200 Subject: [PATCH] Remove outdated/deprecated CMake policy (#6854) --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1230bc310c5..cc495639cfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,9 +49,6 @@ endif() list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # be compatible with version handling before cmake 3.x -if (POLICY CMP0048) - cmake_policy(SET CMP0048 OLD) -endif() if (POLICY CMP0057) cmake_policy(SET CMP0057 NEW) endif()