Skip to content
Snippets Groups Projects
Commit 2a5a4255 authored by Maxence Naud's avatar Maxence Naud
Browse files

Change REQUIRED for QUIET in option of Catch2 for tests as it is downloaded if not found

parent a77b7a0e
No related branches found
No related tags found
1 merge request!132[UPD] version 0.4.1 -> 0.5.0
find_package(Catch2 REQUIRED) find_package(Catch2 QUIET)
if(NOT Catch2_FOUND) if(NOT Catch2_FOUND)
message(STATUS "Catch2 not found in system, retrieving from git") message(STATUS "Catch2 not found in system, retrieving from git")
......
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