-
- Downloads
ExternalProject: add LOG_OUTPUT_ON_FAILURE option
This option only has an effect if at least one of the other LOG_<step> options is enabled. If an error occurs for a step which has logging to file enabled, that step's output will be printed to the console. For cases where a large amount of output is recorded, just the end of that output may be printed to the console.
Showing
- Auxiliary/vim/syntax/cmake.vim 1 addition, 0 deletionsAuxiliary/vim/syntax/cmake.vim
- Modules/ExternalProject.cmake 47 additions, 4 deletionsModules/ExternalProject.cmake
- Tests/RunCMake/ExternalProject/LogOutputOnFailure-build-result.txt 1 addition, 0 deletions...CMake/ExternalProject/LogOutputOnFailure-build-result.txt
- Tests/RunCMake/ExternalProject/LogOutputOnFailure-build-stderr.txt 1 addition, 0 deletions...CMake/ExternalProject/LogOutputOnFailure-build-stderr.txt
- Tests/RunCMake/ExternalProject/LogOutputOnFailure-build-stdout.txt 8 additions, 0 deletions...CMake/ExternalProject/LogOutputOnFailure-build-stdout.txt
- Tests/RunCMake/ExternalProject/LogOutputOnFailure.cmake 20 additions, 0 deletionsTests/RunCMake/ExternalProject/LogOutputOnFailure.cmake
- Tests/RunCMake/ExternalProject/LogOutputOnFailureMerged-build-result.txt 1 addition, 0 deletions...ExternalProject/LogOutputOnFailureMerged-build-result.txt
- Tests/RunCMake/ExternalProject/LogOutputOnFailureMerged-build-stderr.txt 1 addition, 0 deletions...ExternalProject/LogOutputOnFailureMerged-build-stderr.txt
- Tests/RunCMake/ExternalProject/LogOutputOnFailureMerged-build-stdout.txt 7 additions, 0 deletions...ExternalProject/LogOutputOnFailureMerged-build-stdout.txt
- Tests/RunCMake/ExternalProject/LogOutputOnFailureMerged.cmake 21 additions, 0 deletions...s/RunCMake/ExternalProject/LogOutputOnFailureMerged.cmake
- Tests/RunCMake/ExternalProject/RunCMakeTest.cmake 7 additions, 0 deletionsTests/RunCMake/ExternalProject/RunCMakeTest.cmake
Loading
Please register or sign in to comment