globally enable use of the xcode hardened runtime

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-01-23 10:02:42 +01:00 committed by Matthieu Gallien
parent de878649c5
commit ad14e10fbb

View File

@ -11,6 +11,8 @@ project(client)
include(FeatureSummary)
set(CMAKE_XCODE_ATTRIBUTE_ENABLE_HARDENED_RUNTIME YES)
set(BIN_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
include(${CMAKE_SOURCE_DIR}/NEXTCLOUD.cmake)