Skip to content

Commit

Permalink
chore: bump Catch2 to version 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Apr 19, 2024
1 parent 0d8e6f8 commit 0364503
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 @@ -66,7 +66,7 @@ if(NOT SUBPROJECT AND BUILD_TESTING)
find_package(Catch2 QUIET)
if(NOT Catch2_FOUND)
get_cpm()
cpmaddpackage(gh:catchorg/Catch2@3.5.3)
cpmaddpackage(gh:catchorg/Catch2@3.5.4)
list(APPEND CMAKE_MODULE_PATH ${Catch2_SOURCE_DIR}/extras)
endif()

Expand Down

0 comments on commit 0364503

Please sign in to comment.