diff options
author | Jean-Michaƫl Celerier <jean-michael.celerier@kdab.com> | 2020-04-14 08:50:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-14 14:04:58 (GMT) |
commit | 03b6f3a2e880cb9a1f25935e598716c943b5d942 (patch) | |
tree | b6dbb080cbbc067fa13fe489a2a585b5eaa6f2b0 /Help/manual | |
parent | deba768e1443d6aae0ccc640d5e50d42657aaf92 (diff) | |
download | CMake-03b6f3a2e880cb9a1f25935e598716c943b5d942.zip CMake-03b6f3a2e880cb9a1f25935e598716c943b5d942.tar.gz CMake-03b6f3a2e880cb9a1f25935e598716c943b5d942.tar.bz2 |
Help: Document the CMAKE_PREFIX_PATH environment variable
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-env-variables.7.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-env-variables.7.rst b/Help/manual/cmake-env-variables.7.rst index adfc39e..dfdf415 100644 --- a/Help/manual/cmake-env-variables.7.rst +++ b/Help/manual/cmake-env-variables.7.rst @@ -14,6 +14,13 @@ For general information on environment variables, see the :ref:`Environment Variables <CMake Language Environment Variables>` section in the cmake-language manual. +Environment Variables that Change Behavior +========================================== + +.. toctree:: + :maxdepth: 1 + + /envvar/CMAKE_PREFIX_PATH Environment Variables that Control the Build ============================================ |