diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-08 10:49:37 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-08 20:05:53 +0200 |
commit | 8d9beff2aabf1b7811e8b3fe20d6d60bdf7160fe (patch) | |
tree | a1975257186d46ea29b544f1c6aa23897810ea7a /dev-libs/simdjson | |
parent | app-portage/mirrorselect: remove unused patch (diff) | |
download | gentoo-8d9beff2aabf1b7811e8b3fe20d6d60bdf7160fe.tar.gz gentoo-8d9beff2aabf1b7811e8b3fe20d6d60bdf7160fe.tar.bz2 gentoo-8d9beff2aabf1b7811e8b3fe20d6d60bdf7160fe.zip |
dev-libs/simdjson: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31797
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/simdjson')
-rw-r--r-- | dev-libs/simdjson/files/simdjson-1.0.0-tests.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch b/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch deleted file mode 100644 index cccbd4494667..000000000000 --- a/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 235222a8..8532183a 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -221,9 +221,10 @@ add_subdirectory(singleheader) - # - # Compile tools / tests / benchmarks - # --add_subdirectory(tests) -+if (SIMDJSON_TESTS) -+ add_subdirectory(tests) -+endif() - add_subdirectory(examples) --add_subdirectory(benchmark) - add_subdirectory(fuzz) - - # |