summaryrefslogtreecommitdiff
path: root/platform/ios/toolchain.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-11-21 16:43:22 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-11-22 15:54:26 +0100
commitbf7ab7ba2b1ca952a62cef12d578795a332a12cd (patch)
tree4e4d30edb621be09af1aeeaf3dabb706e06f0525 /platform/ios/toolchain.cmake
parentdff218c30e6628eb0fb9bd0023c05cceb16132cd (diff)
downloadqtlocation-mapboxgl-bf7ab7ba2b1ca952a62cef12d578795a332a12cd.tar.gz
[build] reduce framework size for Release builds on macOS
Diffstat (limited to 'platform/ios/toolchain.cmake')
-rw-r--r--platform/ios/toolchain.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/ios/toolchain.cmake b/platform/ios/toolchain.cmake
index 60dbac07c7..512b46b6d9 100644
--- a/platform/ios/toolchain.cmake
+++ b/platform/ios/toolchain.cmake
@@ -113,13 +113,6 @@ set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM ONLY)
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
-
-# This little macro lets you set any XCode specific property
-macro (set_xcode_property TARGET XCODE_PROPERTY XCODE_VALUE)
- set_property (TARGET ${TARGET} PROPERTY XCODE_ATTRIBUTE_${XCODE_PROPERTY} ${XCODE_VALUE})
-endmacro (set_xcode_property)
-
-
# This macro lets you find executable programs on the host system
macro (find_host_package)
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)