mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Most steps support the logging into a file but the patch command is a notable exception. This commit adds the LOG_PATCH options that acts as the other LOG_* options.
9 lines
349 B
ReStructuredText
9 lines
349 B
ReStructuredText
ExternalProject-log-options
|
|
---------------------------
|
|
|
|
* The :module:`ExternalProject` module :command:`ExternalProject_Add` command
|
|
gained ``LOG_DIR`` and ``LOG_MERGED_STDOUTERR`` options to control logging.
|
|
|
|
* The :module:`ExternalProject` module :command:`ExternalProject_Add` command
|
|
gained ``LOG_PATCH`` to optionally log the patch step.
|