summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/add_custom_command-depends-path.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/add_custom_command-depends-path.rst')
-rw-r--r--Help/release/dev/add_custom_command-depends-path.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/add_custom_command-depends-path.rst b/Help/release/dev/add_custom_command-depends-path.rst
new file mode 100644
index 0000000..69a805b
--- /dev/null
+++ b/Help/release/dev/add_custom_command-depends-path.rst
@@ -0,0 +1,8 @@
+add_custom_command-depends-path
+-------------------------------
+
+* The :command:`add_custom_command` command learned to detect paths in
+ ``DEPENDS`` arguments and convert them to paths relative to the current
+ binary directory. This only applies to paths which contain a ``/`` or ``\\``
+ in them because names like ``filename.txt`` could also be target names and
+ cannot be coverted into absolute paths blindly.