diff options
author | Brad King <brad.king@kitware.com> | 2018-02-20 16:40:23 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-02-20 16:41:15 (GMT) |
commit | 088c1876efcc9e10eb2023d7dd748971a24de266 (patch) | |
tree | 0b0cc05c75fe9c7610e61b3867a8d777bde80599 /Help/manual | |
parent | 377254b19560c536e94bfc273b91838996c35d1a (diff) | |
parent | 287e7a175c8e8034cf195fff169db718a480fdbc (diff) | |
download | CMake-088c1876efcc9e10eb2023d7dd748971a24de266.zip CMake-088c1876efcc9e10eb2023d7dd748971a24de266.tar.gz CMake-088c1876efcc9e10eb2023d7dd748971a24de266.tar.bz2 |
Merge topic 'follow-up-misc-typos'
287e7a17 Maint: misc. typos
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1771
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-developer.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst index cd509ac..41fe90c 100644 --- a/Help/manual/cmake-developer.7.rst +++ b/Help/manual/cmake-developer.7.rst @@ -943,7 +943,7 @@ populated: endif() The ``RELEASE`` variant should be listed first in the property -so that that variant is chosen if the user uses a configuration which is +so that the variant is chosen if the user uses a configuration which is not an exact match for any listed ``IMPORTED_CONFIGURATIONS``. Most of the cache variables should be hidden in the ``ccmake`` interface unless |