From 30687dddde670ea9c374a92f58c87c846e139218 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 29 Apr 2026 11:38:30 +0200 Subject: [PATCH] cmake: remove obsolete CMP0148 policy --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b20f24fb7..2b7c16222 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()