-
- Downloads
ExternalProject: option LOG_MERGED_STDOUTERR to combine stdout and stderr
In some circumstances the user of ExternalProject may not desire the split log files for stdout and stderr. In particular with a project has many errors it can be difficult to correlate the output error with the command that it resulted from. This commit adds the LOG_MERGED_STDOUTERR option that when enabled outputs into a unified <name>-<step>.log for each step. If disabled it will default to the previous behaviour of <name>-<step>-out.log and <name>-<step>-err.log.
Showing
- Auxiliary/vim/syntax/cmake.vim 1 addition, 0 deletionsAuxiliary/vim/syntax/cmake.vim
- Help/release/dev/ExternalProject-log-options.rst 5 additions, 0 deletionsHelp/release/dev/ExternalProject-log-options.rst
- Modules/ExternalProject.cmake 14 additions, 3 deletionsModules/ExternalProject.cmake
- Tests/ExternalProject/CMakeLists.txt 1 addition, 0 deletionsTests/ExternalProject/CMakeLists.txt
Loading
Please register or sign in to comment