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)