summaryrefslogtreecommitdiff
path: root/Modules/CMakeSwiftInformation.cmake
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2019-08-11 17:57:16 -0700
committerSaleem Abdulrasool <compnerd@compnerd.org>2019-08-11 17:59:52 -0700
commit4d83e47c054ceb1d3b9a7ae5f2f385e1632675c6 (patch)
tree9008dd597a7cdcc447959d79ce54e8fcc5863bf3 /Modules/CMakeSwiftInformation.cmake
parent70c56b856c2341837613a4f5e55b32b857a02456 (diff)
downloadcmake-4d83e47c054ceb1d3b9a7ae5f2f385e1632675c6.tar.gz
Swift: define `CMAKE_Swift_FLAGS` correctly
Invoke `cmake_initialize_per_config_variable` to ensure that build type flags are properly initialised.
Diffstat (limited to 'Modules/CMakeSwiftInformation.cmake')
-rw-r--r--Modules/CMakeSwiftInformation.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeSwiftInformation.cmake b/Modules/CMakeSwiftInformation.cmake
index 54e441c18b..6dd614b989 100644
--- a/Modules/CMakeSwiftInformation.cmake
+++ b/Modules/CMakeSwiftInformation.cmake
@@ -55,6 +55,8 @@ set(CMAKE_Swift_FLAGS_RELEASE_INIT "-O")
set(CMAKE_Swift_FLAGS_RELWITHDEBINFO_INIT "-O -g")
set(CMAKE_Swift_FLAGS_MINSIZEREL_INIT "-Osize")
+cmake_initialize_per_config_variable(CMAKE_Swift_FLAGS "Swift Compiler Flags")
+
# NOTE(compnerd) we do not have an object compile rule since we build the objects as part of the link step
if(NOT CMAKE_Swift_COMPILE_OBJECT)
set(CMAKE_Swift_COMPILE_OBJECT ":")