From 94dc19a8b355ea29733a4d60d0c3e9fb4e19cb04 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 27 Oct 2021 23:02:49 +0200 Subject: [PATCH] cmake: remove including non-existent directory --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 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)