fix catch2 tag

This commit is contained in:
BlackMATov
2020-10-29 06:05:50 +07:00
parent 9fbd7a34cf
commit 99d980bd79
2 changed files with 7 additions and 4 deletions

View File

@@ -40,7 +40,8 @@ add_test(${PROJECT_NAME} ${PROJECT_NAME})
include(FetchContent)
FetchContent_Declare(
catchorg_catch2
GIT_REPOSITORY https://github.com/catchorg/catch2)
GIT_REPOSITORY https://github.com/catchorg/catch2
GIT_TAG v2.13.2)
FetchContent_GetProperties(catchorg_catch2)
if(NOT catchorg_catch2_POPULATED)