diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2019-10-12 16:49:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-18 18:37:33 (GMT) |
commit | 8065a686ddcb54b10fd6758eca24280f3e68926b (patch) | |
tree | 26160936788f23291802c1639be94a9b4a9cd463 /Help/manual | |
parent | 493c4e781a35a92c5c912b22493b84de750b1fe1 (diff) | |
download | CMake-8065a686ddcb54b10fd6758eca24280f3e68926b.zip CMake-8065a686ddcb54b10fd6758eca24280f3e68926b.tar.gz CMake-8065a686ddcb54b10fd6758eca24280f3e68926b.tar.bz2 |
Initialize CMAKE_EXPORT_COMPILE_COMMANDS from envvar of the same name
Fixes: #18386
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-env-variables.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-env-variables.7.rst b/Help/manual/cmake-env-variables.7.rst index 96ceb94..c98f18f 100644 --- a/Help/manual/cmake-env-variables.7.rst +++ b/Help/manual/cmake-env-variables.7.rst @@ -23,6 +23,7 @@ Environment Variables that Control the Build /envvar/CMAKE_BUILD_PARALLEL_LEVEL /envvar/CMAKE_CONFIG_TYPE + /envvar/CMAKE_EXPORT_COMPILE_COMMANDS /envvar/CMAKE_GENERATOR /envvar/CMAKE_GENERATOR_INSTANCE /envvar/CMAKE_GENERATOR_PLATFORM |