Merge pull request #9726

d696efdc9 cmake: remove obsolete policy setting (tobtoht)
This commit is contained in:
tobtoht 2025-02-04 18:44:48 +00:00
commit 662d246cd5
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

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