CMakeLists.txt: mac: Throw in some -headerpad_max_install_names because Xcode told me so

qteditor
Martin Plicht 2016-07-10 23:51:52 +02:00
parent 5bfd2b87c5
commit 9dbe734f17
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ if(UNIX)
endif()
if(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fobjc-arc")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fobjc-arc -headerpad_max_install_names")
endif()
############################################################################