We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bef4ea + e864795 commit 3789245Copy full SHA for 3789245
1 file changed
tests/CMakeLists.txt
@@ -3,7 +3,7 @@ include(DownloadProject)
3
# Download and configure Catch2 for the tests
4
download_project(PROJ Catch2
5
GIT_REPOSITORY https://github.com/catchorg/Catch2
6
- GIT_TAG master
+ GIT_TAG v2.x
7
UPDATE_DISCONNECTED 1
8
)
9
add_subdirectory(${Catch2_SOURCE_DIR} ${Catch2_BINARY_DIR})
0 commit comments