diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-08-12 01:36:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-26 15:38:40 (GMT) |
commit | 369c48ee437263a9702c8725f6e73bc4b9d0fe16 (patch) | |
tree | 94b7e3194e2d3448d328f197a1d5c61d6a8e6a07 /Help/manual | |
parent | 19612dffd27d90d73e3b7cff9cbba241294c17e9 (diff) | |
download | CMake-369c48ee437263a9702c8725f6e73bc4b9d0fe16.zip CMake-369c48ee437263a9702c8725f6e73bc4b9d0fe16.tar.gz CMake-369c48ee437263a9702c8725f6e73bc4b9d0fe16.tar.bz2 |
Swift: honour `-swift-version` in Ninja generator
Swift has supported `CMAKE_Swift_LANGUAGE_VERSION` and
`Swift_LANGUAGE_VERSION` but didn't apply that to Ninja generated
targets. Consider the property when calculating the flags.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 62d23c7..def9700 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -316,6 +316,7 @@ Properties on Targets /prop_tgt/STATIC_LIBRARY_OPTIONS /prop_tgt/SUFFIX /prop_tgt/Swift_DEPENDENCIES_FILE + /prop_tgt/Swift_LANGUAGE_VERSION /prop_tgt/Swift_MODULE_DIRECTORY /prop_tgt/Swift_MODULE_NAME /prop_tgt/TYPE |