diff options
-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 |