aports/main/snappy/no-include-gtest.patch

13 lines
382 B
Diff
Raw Permalink Normal View History

2023-03-10 03:24:15 +00:00
skips installing gtest
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3062e2..75f1265 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2025-04-09 18:28:23 +02:00
@@ -331,5 +331,5 @@
2023-03-10 03:24:15 +00:00
# This project is tested using GoogleTest.
- add_subdirectory("third_party/googletest")
+ add_subdirectory("third_party/googletest" EXCLUDE_FROM_ALL)
# GoogleTest triggers a missing field initializers warning.