diff options
author | Brad King <brad.king@kitware.com> | 2016-08-10 15:16:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-08-10 15:16:01 (GMT) |
commit | 50ada755e3c133149f76dddfd0921eb7a9d32506 (patch) | |
tree | 36106626f597c1879467704511880ad61789e785 /Modules | |
parent | 655d242b90a06c5904b67ce063361dfb646e85b3 (diff) | |
parent | 93ac2a78d5e0dbb6607105cc8d2a3f19ebdd8583 (diff) | |
download | CMake-50ada755e3c133149f76dddfd0921eb7a9d32506.zip CMake-50ada755e3c133149f76dddfd0921eb7a9d32506.tar.gz CMake-50ada755e3c133149f76dddfd0921eb7a9d32506.tar.bz2 |
Merge topic '15687-xcode-support-system-include'
93ac2a78 Xcode: Obey SYSTEM keyword for includes (#15687)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeSwiftInformation.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeSwiftInformation.cmake b/Modules/CMakeSwiftInformation.cmake index 61ad928..85d3143 100644 --- a/Modules/CMakeSwiftInformation.cmake +++ b/Modules/CMakeSwiftInformation.cmake @@ -13,6 +13,7 @@ # License text for the above reference.) set(CMAKE_Swift_OUTPUT_EXTENSION .o) +set(CMAKE_INCLUDE_FLAG_Swift "-I") # Load compiler-specific information. if(CMAKE_Swift_COMPILER_ID) |