Skip to content

Commit

Permalink
updated version of catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Aug 7, 2024
1 parent 77dc3ca commit cdc7f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ set (ALPHA_VERSION
add_subdirectory (src)
if (${ENABLE_TESTS})
enable_testing ()
find_package (Catch2 3.0.1 QUIET)
find_package (Catch2 3.6.0 QUIET)
if (NOT Catch2_FOUND)
include (FetchContent)
FetchContent_Declare (
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1
GIT_TAG v3.6.0
)
FetchContent_MakeAvailable (Catch2)
endif ()
Expand Down

0 comments on commit cdc7f20

Please sign in to comment.