summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorGaëtan Lehmann <gaetan.lehmann@gmail.com>2015-03-06 10:43:16 (GMT)
committerBrad King <brad.king@kitware.com>2015-03-09 14:04:44 (GMT)
commit86032ae0ebb7e86f3ff5617e080dd827dbbe98b0 (patch)
tree9eb863a0d1272156c148625f6199457b3c421b9e /Help
parenta6d488f2ceb62b968c6f0a8971a3556195af80ca (diff)
downloadCMake-86032ae0ebb7e86f3ff5617e080dd827dbbe98b0.zip
CMake-86032ae0ebb7e86f3ff5617e080dd827dbbe98b0.tar.gz
CMake-86032ae0ebb7e86f3ff5617e080dd827dbbe98b0.tar.bz2
ExternalProject: Replace placeholder tokens in BYPRODUCTS
This allows the developer to specify the byproducts relative to the binary directory without the need to set the binary directory location explicitly.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/ExternalProject-byproducts-tokens.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/ExternalProject-byproducts-tokens.rst b/Help/release/dev/ExternalProject-byproducts-tokens.rst
new file mode 100644
index 0000000..20b4dd4
--- /dev/null
+++ b/Help/release/dev/ExternalProject-byproducts-tokens.rst
@@ -0,0 +1,5 @@
+ExternalProject-byproducts-tokens
+---------------------------------
+
+* The :module:`ExternalProject` module learned to replace tokens
+ like ``<BINARY_DIR>`` in the ``BYPRODUCTS`` of each step.