Skip to content

Commit

Permalink
tbrekalo: bump catch2 version; no longer uses prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrekalo committed Apr 25, 2023
1 parent ed08980 commit 25900e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (NOT Catch2_FOUND)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.0-preview4)
GIT_TAG v3.3.2)

FetchContent_MakeAvailable(Catch2)
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
Expand Down

0 comments on commit 25900e5

Please sign in to comment.