mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 06:20:53 +01:00
Bumped git-versions in cmake for catch and googletest
This commit is contained in:
@@ -63,7 +63,7 @@ Include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
Catch2
|
Catch2
|
||||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||||
GIT_TAG v2.13.1)
|
GIT_TAG v3.7.0)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(Catch2)
|
FetchContent_MakeAvailable(Catch2)
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ Include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
GTest
|
GTest
|
||||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||||
GIT_TAG release-1.10.0)
|
GIT_TAG v1.15.2)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(GTest)
|
FetchContent_MakeAvailable(GTest)
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ Include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
GTest
|
GTest
|
||||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||||
GIT_TAG release-1.10.0)
|
GIT_TAG v1.15.2)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(GTest)
|
FetchContent_MakeAvailable(GTest)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user