Skip to content
Snippets Groups Projects
Commit 46e99c69 authored by Oskar Lappi's avatar Oskar Lappi
Browse files

Made first find_package call silent

parent 66cbb3e9
No related branches found
No related tags found
No related merge requests found
include(FetchContent)
find_package(Catch2)
find_package(Catch2 QUIET)
if (NOT Catch2_FOUND)
message("Could not find Catch2 locally, downloading")
set(FETCHCONTENT_QUIET FALSE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment