From 06fe68b56c7f27f7008da6710cc5de91959e89aa Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 28 Oct 2021 14:25:17 +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 93782659..6001cdbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -373,10 +373,7 @@ endif() list(APPEND EXTRA_LIBRARIES ${CMAKE_DL_LIBS}) if(APPLE) - include_directories(SYSTEM /usr/include/malloc) - if(POLICY CMP0042) - cmake_policy(SET CMP0042 NEW) - endif() + cmake_policy(SET CMP0042 NEW) endif() if (APPLE AND NOT IOS)