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()