CMake/Help/release/dev/ExternalProject-byproducts-tokens.rst
Gaëtan Lehmann 86032ae0eb 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.
2015-03-09 10:04:44 -04:00

6 lines
194 B
ReStructuredText

ExternalProject-byproducts-tokens
---------------------------------
* The :module:`ExternalProject` module learned to replace tokens
like ``<BINARY_DIR>`` in the ``BYPRODUCTS`` of each step.