summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-08-17 18:58:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-08-17 18:58:49 (GMT)
commitfe3a404a735748a0588cd95a9a291874fbe88ae2 (patch)
tree093b3601dc0770d168be97bce3d6f695fa4c4799 /Help/manual
parentc873bb0a144583cfacecaa02206fa044c719fa1f (diff)
parenta20987732bbd8d7e86501e42b2b5a72d60d02805 (diff)
downloadCMake-fe3a404a735748a0588cd95a9a291874fbe88ae2.zip
CMake-fe3a404a735748a0588cd95a9a291874fbe88ae2.tar.gz
CMake-fe3a404a735748a0588cd95a9a291874fbe88ae2.tar.bz2
Merge topic 'add_test-special-chars-in-name'
a20987732b add_test: Allow special characters in test name (w/ policy CMP0110) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5076
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-policies.7.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index 3ceb1df..2627e0c 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -51,12 +51,13 @@ The :variable:`CMAKE_MINIMUM_REQUIRED_VERSION` variable may also be used
to determine whether to report an error on use of deprecated macros or
functions.
-Policies Introduced by CMake 3.18
+Policies Introduced by CMake 3.19
=================================
.. toctree::
:maxdepth: 1
+ CMP0110: add_test() supports arbitrary characters in test names. </policy/CMP0110>
CMP0109: find_program() requires permission to execute but not to read. </policy/CMP0109>
Policies Introduced by CMake 3.18