Skip to content

Commit

Permalink
Increase dependency fetching verbosity (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceVignola authored Mar 11, 2023
1 parent f2e5c8c commit f7f85b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ set(BUILD_SSL
set(BUILD_TESTS
OFF
CACHE INTERNAL "")
set(FETCHCONTENT_QUIET
OFF
CACHE INTERNAL "")

# These options are defined in the cpr library, which we don't control
# cmake-lint: disable=C0103
Expand Down

0 comments on commit f7f85b3

Please sign in to comment.