Skip to content

Commit

Permalink
update to catch2 v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 17, 2024
1 parent 5021229 commit 006b8c6
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 @@ -20,7 +20,7 @@ if(NOT TARGET Catch2::Catch2)
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
# or later is fine too
GIT_TAG v3.0.1)
GIT_TAG v3.7.1)
FetchContent_MakeAvailable(Catch2)
list(APPEND CMAKE_MODULE_PATH ${Catch2_SOURCE_DIR}/contrib)
endif()
Expand Down

0 comments on commit 006b8c6

Please sign in to comment.