diff options
author | Gaëtan Lehmann <gaetan.lehmann@gmail.com> | 2015-03-06 10:43:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-03-09 14:04:44 (GMT) |
commit | 86032ae0ebb7e86f3ff5617e080dd827dbbe98b0 (patch) | |
tree | 9eb863a0d1272156c148625f6199457b3c421b9e /Help | |
parent | a6d488f2ceb62b968c6f0a8971a3556195af80ca (diff) | |
download | CMake-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.rst | 5 |
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. |