mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 15:32:24 +00:00
cmake: remove including non-existent directory
This commit is contained in:
parent
b328fbecc2
commit
94dc19a8b3
1 changed files with 1 additions and 4 deletions
|
@ -451,11 +451,8 @@ endif()
|
|||
include_directories(external/rapidjson/include external/easylogging++ src contrib/epee/include external external/supercop/include)
|
||||
|
||||
if(APPLE)
|
||||
include_directories(SYSTEM /usr/include/malloc)
|
||||
if(POLICY CMP0042)
|
||||
cmake_policy(SET CMP0042 NEW)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(MSVC OR MINGW)
|
||||
set(DEFAULT_STATIC true)
|
||||
|
|
Loading…
Reference in a new issue