fix catch2 tag

This commit is contained in:
BlackMATov
2020-10-30 00:42:18 +07:00
parent 0253f8f678
commit 2bb7b050fa
2 changed files with 11 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)