diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2019-01-30 15:06:26 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2019-01-30 15:13:10 (GMT) |
commit | dfb2d6178e68379683a012c7c9306b851c1350a6 (patch) | |
tree | 556cf8a876a637ee8d8ce3fd9523cdc6bb06073d | |
parent | 9c4cdc43f68c46984cbf7ce7d5f22aadcdde1a00 (diff) | |
download | CMake-dfb2d6178e68379683a012c7c9306b851c1350a6.zip CMake-dfb2d6178e68379683a012c7c9306b851c1350a6.tar.gz CMake-dfb2d6178e68379683a012c7c9306b851c1350a6.tar.bz2 |
Help: "internal variables" instead of "obsolete", with some explanatory prose
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index 83a1ccd..a4bbdb3 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -608,9 +608,14 @@ Variable Expansion Operators /variable/CACHE /variable/ENV -Obsolete Variables +Internal Variables ================== +CMake has many internal variables. Most of them are undocumented. +Some of them, however, were at some point described as normal +variables, and therefore may be encountered in legacy code. They +are subject to change, and not recommended for use in project code. + .. toctree:: :maxdepth: 1 |