Skip to content

Commit

Permalink
Make builds verbose on master branch.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
claremacrae committed Mar 25, 2021
1 parent d0f8d74 commit d211932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d211932

Please sign in to comment.