Skip to content

Commit 3789245

Browse files
authored
Merge pull request #34 from vedgy/catch2-use-existing-branch
Use existing Catch2 v2.x git branch instead of deleted master
2 parents 9bef4ea + e864795 commit 3789245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(DownloadProject)
33
# Download and configure Catch2 for the tests
44
download_project(PROJ Catch2
55
GIT_REPOSITORY https://github.com/catchorg/Catch2
6-
GIT_TAG master
6+
GIT_TAG v2.x
77
UPDATE_DISCONNECTED 1
88
)
99
add_subdirectory(${Catch2_SOURCE_DIR} ${Catch2_BINARY_DIR})

0 commit comments

Comments
 (0)