summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-03-01 15:24:46 +0000
committerMarek Szuba <marecki@gentoo.org>2022-03-01 16:47:23 +0000
commit87062497878290a363a959c5538eb5efdcd85cef (patch)
treec83adb9c2f1324469728ac3a14e5f80bc9bbeb2c /dev-cpp/benchmark/files/benchmark-1.5.6-system_testdeps.patch
parentapp-forensics/honggfuzz: drop 2.4 (diff)
downloadgentoo-87062497878290a363a959c5538eb5efdcd85cef.tar.gz
gentoo-87062497878290a363a959c5538eb5efdcd85cef.tar.bz2
gentoo-87062497878290a363a959c5538eb5efdcd85cef.zip
dev-cpp/benchmark: drop 1.5.6, 1.6.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-cpp/benchmark/files/benchmark-1.5.6-system_testdeps.patch')
-rw-r--r--dev-cpp/benchmark/files/benchmark-1.5.6-system_testdeps.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-cpp/benchmark/files/benchmark-1.5.6-system_testdeps.patch b/dev-cpp/benchmark/files/benchmark-1.5.6-system_testdeps.patch
deleted file mode 100644
index 98aa94904075..000000000000
--- a/dev-cpp/benchmark/files/benchmark-1.5.6-system_testdeps.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -307,7 +307,7 @@
- if (BENCHMARK_ENABLE_GTEST_TESTS AND
- NOT (TARGET gtest AND TARGET gtest_main AND
- TARGET gmock AND TARGET gmock_main))
-- include(GoogleTest)
-+ find_package(GTest 1.11 REQUIRED)
- endif()
- add_subdirectory(test)
- endif()