From d2119321703cbbbf3a92306d64a4371f681f4069 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Thu, 25 Mar 2021 20:47:15 +0000 Subject: [PATCH] Make builds verbose on master branch. This is to allow comparison of the build instructions generated on appveyor for mingw and cygwin with those for our experiments with these platforms on GitHub Actions. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b8e3fe1..92bf8853 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ useCompilerCache() add_subdirectory(ApprovalTests) -set(CMAKE_VERBOSE_MAKEFILE off) +set(CMAKE_VERBOSE_MAKEFILE on) if (APPROVAL_TESTS_ENABLE_CODE_COVERAGE) include(CodeCoverage)