diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-11-30 17:02:08 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-11-30 17:02:08 -0500 |
commit | 155c5ecb8ebce81ca8c0f729487a239270897b7a (patch) | |
tree | 836fdb7f3ed74630c099d2cfb73fc97eded61fce | |
parent | Merge pull request #7943 (diff) | |
parent | cmake: remove including non-existent directory (diff) | |
download | monero-155c5ecb8ebce81ca8c0f729487a239270897b7a.tar.xz |
Merge pull request #8027
94dc19a cmake: remove including non-existent directory (selsta)
-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) |