4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-04-29 22:04:33 +00:00

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

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