summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-18 16:44:08 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-18 16:44:14 (GMT)
commit4b6ba7c3d875d3abda8db7742a89dcb50a0157f8 (patch)
tree7a450d712fba35935ae8950a9dc2d3df4553430f /Help/release
parent0a7a4665beaa5a8af42995410e590bc0731d6748 (diff)
parent947cfc732d6a83081fec28cce9a2d9deeeb47a8d (diff)
downloadCMake-4b6ba7c3d875d3abda8db7742a89dcb50a0157f8.zip
CMake-4b6ba7c3d875d3abda8db7742a89dcb50a0157f8.tar.gz
CMake-4b6ba7c3d875d3abda8db7742a89dcb50a0157f8.tar.bz2
Merge topic 'doc-3.18-fixups'
947cfc732d Help: Explicitly say transaction, don't abbreviate to trans 90c73479bc Help: Correct and condense examples for VS_SOLUTION_DEPLOY 0420de10b5 Help: Add missing cross-referencing for generator expressions 013f7a2647 Help: Formatting, crossref for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG> a12d53acf3 Help: Add missing PCH_WARN_INVALID docs and related cleanups 95a16f7805 Help: Fix formatting error and consistency for gtest_discover_tests() Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4915
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.18.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst
index 2efef88..c98b12a 100644
--- a/Help/release/3.18.rst
+++ b/Help/release/3.18.rst
@@ -117,6 +117,9 @@ Properties
* The :prop_sf:`OBJECT_OUTPUTS` source file property now supports
:manual:`generator expressions <cmake-generator-expressions(7)>`.
+* The :prop_tgt:`PCH_WARN_INVALID` target property was added to allow the
+ removal of the precompiled header invalid warning.
+
* The :prop_tgt:`UNITY_BUILD_MODE` target property was added to tell
generators which algorithm to use for grouping included source
files.
@@ -243,9 +246,9 @@ CPack
installer is DPI-aware.
* The :cpack_gen:`CPack RPM Generator` gained
- :variable:`CPACK_RPM_PRE_TRANS_SCRIPT_FILE`
+ :variable:`CPACK_RPM_PRE_TRANS_SCRIPT_FILE` and
:variable:`CPACK_RPM_POST_TRANS_SCRIPT_FILE`
- variables to specify pre- and post-trans scripts.
+ variables to specify pre- and post-transaction scripts.
Other
-----