01ed8ef136
GitOrigin-RevId: 20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8
14 lines
418 B
Diff
14 lines
418 B
Diff
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
|
|
index 0705ddce1..771291b88 100644
|
|
--- a/test/CMakeLists.txt
|
|
+++ b/test/CMakeLists.txt
|
|
@@ -7,8 +7,7 @@ include(FetchContent)
|
|
|
|
FetchContent_Declare(
|
|
Catch2
|
|
- GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
|
- GIT_TAG v2.13.7)
|
|
+ SOURCE_DIR @catch2_src@)
|
|
FetchContent_MakeAvailable(Catch2)
|
|
|
|
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.0")
|