Skip to content
Snippets Groups Projects
Commit b2746a47 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 bc8c1a6e
No related branches found
No related tags found
1 merge request!125UPD: includes
Pipeline #63233 passed
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