diff options
author | selsta <selsta@sent.at> | 2021-10-27 23:02:49 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-10-28 14:30:35 +0200 |
commit | 94dc19a8b355ea29733a4d60d0c3e9fb4e19cb04 (patch) | |
tree | e1dead5a8db04b8eba9607867483eaca29b8ae36 /CMakeLists.txt | |
parent | Merge pull request #8019 (diff) | |
download | monero-94dc19a8b355ea29733a4d60d0c3e9fb4e19cb04.tar.xz |
cmake: remove including non-existent directory
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f71133ec0..9589618a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -451,10 +451,7 @@ 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() + cmake_policy(SET CMP0042 NEW) endif() if(MSVC OR MINGW) |