From d696efdc9813ea7aa1cb4140c0e12297113ff517 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sun, 26 Jan 2025 11:31:49 +0100 Subject: [PATCH] cmake: remove obsolete policy setting --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e1bf1a94..dbe7f2ac2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -462,10 +462,6 @@ endif() include_directories(external/rapidjson/include external/easylogging++ src contrib/epee/include external external/supercop/include) -if(APPLE) - cmake_policy(SET CMP0042 NEW) -endif() - if(MSVC OR MINGW) set(DEFAULT_STATIC true) else()