summaryrefslogtreecommitdiffhomepage
path: root/contrib/gtest/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gtest/CMakeLists.txt')
-rw-r--r--contrib/gtest/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/gtest/CMakeLists.txt b/contrib/gtest/CMakeLists.txt
deleted file mode 100644
index 657bacc..0000000
--- a/contrib/gtest/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-set(BUILD_GMOCK OFF CACHE INTERNAL "")
-set(INSTALL_GTEST OFF CACHE INTERNAL "")
-FetchContent_Declare(
- GTest
- URL https://github.com/google/googletest/archive/refs/tags/v1.13.0.tar.gz
- URL_HASH SHA1=bfa4b5131b6eaac06962c251742c96aab3f7aa78
- DOWNLOAD_EXTRACT_TIMESTAMP No)