Skip to content

Commit

Permalink
I think this will resolve the Catch2 issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanKKrueger committed Dec 18, 2024
1 parent 8b16de6 commit e38590c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# publicly and display publicly, and to permit others to do so.

if(NOT TARGET Catch2::Catch2)
find_package(Catch2 QUIET)
find_package(Catch2 3.7.1...<4.0.0 QUIET)
set(Catch2_VERSION ${Catch2_VERSION} PARENT_SCOPE)
if(NOT Catch2_FOUND)
message(STATUS "Fetching Catch2 as needed")
Expand Down

0 comments on commit e38590c

Please sign in to comment.