Skip to content

Commit 6f7dd2c

Browse files
committed
Fix catch2 git tag in FetchContent_Declare.
1 parent ce69e39 commit 6f7dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/external.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else()
5353
FetchContent_Declare(
5454
Catch2
5555
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
56-
GIT_TAG master
56+
GIT_TAG devel
5757
)
5858
FetchContent_MakeAvailable(Catch2)
5959
set(CMAKE_MODULE_PATH "${Catch2_SOURCE_DIR}/contrib" ${CMAKE_MODULE_PATH})

0 commit comments

Comments
 (0)