cmake: remove including non-existent directory

This commit is contained in:
selsta 2021-10-28 14:25:17 +02:00
parent 2f109d3333
commit 06fe68b56c
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -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)