Skip to content

Commit

Permalink
try updating to latest catch2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 17, 2024
1 parent 0dfef59 commit a0a8069
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 @@ -441,7 +441,7 @@ if(SINGULARITY_BUILD_TESTS)
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 a0a8069

Please sign in to comment.