diff options
author | Brad King <brad.king@kitware.com> | 2020-02-04 13:48:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-02-05 15:36:11 (GMT) |
commit | ad33da76b172a593f938e52e6bbe6dfcb4ef8aee (patch) | |
tree | 67cfd1fb8781a8233ef57c4c784b4357bb4bbc9a /Help/release/dev/export-compile-commands-environment-variable.rst | |
parent | 2911e637eac0595d9e7413ee9d91ffd74f8d86de (diff) | |
download | CMake-ad33da76b172a593f938e52e6bbe6dfcb4ef8aee.zip CMake-ad33da76b172a593f938e52e6bbe6dfcb4ef8aee.tar.gz CMake-ad33da76b172a593f938e52e6bbe6dfcb4ef8aee.tar.bz2 |
Help: Consolidate 3.17 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.17.rst`.
Diffstat (limited to 'Help/release/dev/export-compile-commands-environment-variable.rst')
-rw-r--r-- | Help/release/dev/export-compile-commands-environment-variable.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/release/dev/export-compile-commands-environment-variable.rst b/Help/release/dev/export-compile-commands-environment-variable.rst deleted file mode 100644 index da9d66b..0000000 --- a/Help/release/dev/export-compile-commands-environment-variable.rst +++ /dev/null @@ -1,6 +0,0 @@ -export-compile-commands-environment-variable --------------------------------------------- - -* The :variable:`CMAKE_EXPORT_COMPILE_COMMANDS` variable now takes its - initial value from the :envvar:`CMAKE_EXPORT_COMPILE_COMMANDS` environment - variable if no explicit configuration is given. |