diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-01-29 14:43:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-01-29 15:50:36 (GMT) |
commit | 2158ef3e44ce4f29dc4776d6c5d35a90c2ee87e5 (patch) | |
tree | 1b18ffd2b5b549d584ac829a8d2a6c28ca3d35cd /Help/manual/cmake-variables.7.rst | |
parent | 1f9321c68399c8cc37a2cb9c78ef45949412bd7b (diff) | |
download | CMake-2158ef3e44ce4f29dc4776d6c5d35a90c2ee87e5.zip CMake-2158ef3e44ce4f29dc4776d6c5d35a90c2ee87e5.tar.gz CMake-2158ef3e44ce4f29dc4776d6c5d35a90c2ee87e5.tar.bz2 |
Help: Document which variable names CMake reserves.
Diffstat (limited to 'Help/manual/cmake-variables.7.rst')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index 63deda5..1bcd9bd 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -14,6 +14,7 @@ For general information on variables, see the :ref:`Variables <CMake Language Variables>` section in the cmake-language manual. +.. include:: ID_RESERVE.txt Variables that Provide Information ================================== |