1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 05:26:58 +08:00

Help: Generalize release note filename for add_custom_command DEPFILE

Rename the note added by commit d67cc4882d (Xcode: Add support of
DEPFILE for add_custom_command, 2021-04-15) to be more general.
This commit is contained in:
Brad King
2021-06-08 12:43:47 -04:00
parent 7291f31254
commit 794ad78abb
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
Xcode-add_custom_command-DEPFILE
--------------------------------
* The :command:`add_custom_command` command gained ``DEPFILE`` support on
:generator:`Xcode` generator.

View File

@@ -0,0 +1,5 @@
add_custom_command-DEPFILE
--------------------------
* The :command:`add_custom_command` command gained ``DEPFILE`` support on
the :generator:`Xcode` generator.