cmake: set CTEST_OUTPUT_ON_FAILURE globally
We should always use this.
This commit is contained in:
@@ -15,6 +15,8 @@ fixCmakeFiles() {
|
||||
cmakeConfigurePhase() {
|
||||
runHook preConfigure
|
||||
|
||||
export CTEST_OUTPUT_ON_FAILURE=1
|
||||
|
||||
if [ -z "$dontFixCmake" ]; then
|
||||
fixCmakeFiles .
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user