Skip to content

Commit

Permalink
don't warn when catch2 was not found
Browse files Browse the repository at this point in the history
  • Loading branch information
EmbersArc committed Jul 30, 2021
1 parent 862e41b commit fa92473
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 @@ -108,7 +108,7 @@ else()
endif()

# ==== Testing ====
find_package(Catch2)
find_package(Catch2 QUIET)
option(ENABLE_TESTING "Build tests. Requires Catch2 to be installed."
FALSE)
if(Catch2_FOUND AND ENABLE_TESTING)
Expand Down

0 comments on commit fa92473

Please sign in to comment.