diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-16 03:02:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-02-16 14:47:17 (GMT) |
commit | 287e7a175c8e8034cf195fff169db718a480fdbc (patch) | |
tree | 46e6728467791fb634f5cb3368856aada2d23482 /Help/manual/cmake-developer.7.rst | |
parent | a2ec98b7d97df67d50e90e790b2bd235f7c278cc (diff) | |
download | CMake-287e7a175c8e8034cf195fff169db718a480fdbc.zip CMake-287e7a175c8e8034cf195fff169db718a480fdbc.tar.gz CMake-287e7a175c8e8034cf195fff169db718a480fdbc.tar.bz2 |
Maint: misc. typos
Found via `codespell`
Diffstat (limited to 'Help/manual/cmake-developer.7.rst')
-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 |