Skip to content

Commit

Permalink
Merge pull request #9726
Browse files Browse the repository at this point in the history
d696efd cmake: remove obsolete policy setting (tobtoht)
  • Loading branch information
tobtoht committed Feb 4, 2025
2 parents 796f031 + d696efd commit 662d246
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 662d246

Please sign in to comment.