summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-06-04 09:54:25 -0400
committerBrad King <brad.king@kitware.com>2019-06-04 09:55:37 -0400
commite075e64fd80c3b63492232c7f9019ce65d1d8e4a (patch)
tree897012499dfaa1db2b21713f12a28b1088e74201
parent4d80bd5cd5d7889fcd5d3b02519979034aec82e3 (diff)
downloadcmake-e075e64fd80c3b63492232c7f9019ce65d1d8e4a.tar.gz
Help: Document Swift_DEPENDENCIES_FILE property defaults
Copy wording from the release notes.
-rw-r--r--Help/prop_sf/Swift_DEPENDENCIES_FILE.rst2
-rw-r--r--Help/prop_tgt/Swift_DEPENDENCIES_FILE.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_sf/Swift_DEPENDENCIES_FILE.rst b/Help/prop_sf/Swift_DEPENDENCIES_FILE.rst
index a8cf06333b..faac2df7b0 100644
--- a/Help/prop_sf/Swift_DEPENDENCIES_FILE.rst
+++ b/Help/prop_sf/Swift_DEPENDENCIES_FILE.rst
@@ -2,4 +2,4 @@ Swift_DEPENDENCIES_FILE
-----------------------
This property sets the path for the Swift dependency file (swiftdeps) for the
-source.
+source. If one is not specified, it will default to ``<OBJECT>.swiftdeps``.
diff --git a/Help/prop_tgt/Swift_DEPENDENCIES_FILE.rst b/Help/prop_tgt/Swift_DEPENDENCIES_FILE.rst
index 93cdd2c3b3..46c9a1d9bd 100644
--- a/Help/prop_tgt/Swift_DEPENDENCIES_FILE.rst
+++ b/Help/prop_tgt/Swift_DEPENDENCIES_FILE.rst
@@ -2,4 +2,4 @@ Swift_DEPENDENCIES_FILE
-----------------------
This property sets the path for the Swift dependency file (swiftdep) for the
-target.
+target. If one is not specified, it will default to ``<TARGET>.swiftdeps``.