fix catch2 tag

This commit is contained in:
BlackMATov
2020-10-30 00:38:52 +07:00
parent a32eb1c602
commit a16a7a79da
2 changed files with 13 additions and 8 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)