Skip to content

Commit e864795

Browse files
committed
Use existing Catch2 v2.x git branch instead of deleted master
Tests do not compile against the default Catch2 branch devel (where the next major version, v3, of Catch2 is being developed).
1 parent 9bef4ea commit e864795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)