Bump Catch2 from 2.13.4 to 2.13.6

This commit is contained in:
Eric Kilmer 2021-05-15 23:53:10 -04:00 committed by William Woodruff
parent b2d0981f2e
commit 2b587a74b7

View File

@ -3,7 +3,7 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.4)
GIT_TAG v2.13.6)
FetchContent_MakeAvailable(Catch2)
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/contrib)