summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-10 12:23:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-06-10 12:23:45 (GMT)
commit5fd68d3ef75d590da383b5189ee7f952bd560a30 (patch)
tree7ece5b57c9c6177c18b4c4cca235312d39ccb3e0 /Help/release
parentcf85c6bf85398213d965a41f81b604142456bd23 (diff)
parent526e2ef71c5b797818bbf232e21d0152a3938197 (diff)
downloadCMake-5fd68d3ef75d590da383b5189ee7f952bd560a30.zip
CMake-5fd68d3ef75d590da383b5189ee7f952bd560a30.tar.gz
CMake-5fd68d3ef75d590da383b5189ee7f952bd560a30.tar.bz2
Merge topic 'vs-custom-depfile'
526e2ef71c VS: Add support for add_custom_command DEPFILE 794ad78abb Help: Generalize release note filename for add_custom_command DEPFILE 7291f31254 cmTransformDepfile: Add support for MSBuild AdditionalInputs format a6de8ec51b cmTransformDepfile: Make directory for transformed depfile automatically Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6206
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/Xcode-add_custom_command-DEPFILE.rst5
-rw-r--r--Help/release/dev/add_custom_command-DEPFILE.rst6
2 files changed, 6 insertions, 5 deletions
diff --git a/Help/release/dev/Xcode-add_custom_command-DEPFILE.rst b/Help/release/dev/Xcode-add_custom_command-DEPFILE.rst
deleted file mode 100644
index 4c4d48c..0000000
--- a/Help/release/dev/Xcode-add_custom_command-DEPFILE.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Xcode-add_custom_command-DEPFILE
---------------------------------
-
-* The :command:`add_custom_command` command gained ``DEPFILE`` support on
- :generator:`Xcode` generator.
diff --git a/Help/release/dev/add_custom_command-DEPFILE.rst b/Help/release/dev/add_custom_command-DEPFILE.rst
new file mode 100644
index 0000000..893c374
--- /dev/null
+++ b/Help/release/dev/add_custom_command-DEPFILE.rst
@@ -0,0 +1,6 @@
+add_custom_command-DEPFILE
+--------------------------
+
+* The :command:`add_custom_command` command gained ``DEPFILE`` support on
+ the :generator:`Xcode` generator, and on :ref:`Visual Studio Generators`
+ for VS 2012 and above.