diff options
author | Brad King <brad.king@kitware.com> | 2021-06-03 12:18:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-03 12:18:32 (GMT) |
commit | 95faf9cb966d03899d6b3c3f6d8c48c46386fadd (patch) | |
tree | 94b06b681df3b8ac418d6da33b1b90d4f51e0657 /Help/policy/CMP0110.rst | |
parent | 9d7ebb47ea30a75617778686ba187fa6d5e91f45 (diff) | |
parent | 9c33ff4dda643f8a93d55f9895e31dce9056134f (diff) | |
download | CMake-95faf9cb966d03899d6b3c3f6d8c48c46386fadd.zip CMake-95faf9cb966d03899d6b3c3f6d8c48c46386fadd.tar.gz CMake-95faf9cb966d03899d6b3c3f6d8c48c46386fadd.tar.bz2 |
Merge branch 'master' into ci-sccache-consistent-builds
Diffstat (limited to 'Help/policy/CMP0110.rst')
-rw-r--r-- | Help/policy/CMP0110.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0110.rst b/Help/policy/CMP0110.rst index 25a0008..6977d41 100644 --- a/Help/policy/CMP0110.rst +++ b/Help/policy/CMP0110.rst @@ -8,7 +8,7 @@ CMP0110 :command:`add_test` can now (officially) create tests with whitespace and other special characters in its name. Before CMake version 3.19 that was not allowed, however, it was possible to work around this limitation by explicitly -putting escaped quotes arount the test's name in the ``add_test`` command. +putting escaped quotes around the test's name in the ``add_test`` command. Although never officially supported several projects in the wild found and implemented this workaround. However, the new change which officially allows |