summaryrefslogtreecommitdiff
path: root/dev-libs/simdjson/files/simdjson-3.10.0-dont-bundle-cxxopts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/simdjson/files/simdjson-3.10.0-dont-bundle-cxxopts.patch')
-rw-r--r--dev-libs/simdjson/files/simdjson-3.10.0-dont-bundle-cxxopts.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/simdjson/files/simdjson-3.10.0-dont-bundle-cxxopts.patch b/dev-libs/simdjson/files/simdjson-3.10.0-dont-bundle-cxxopts.patch
deleted file mode 100644
index cd735888b232..000000000000
--- a/dev-libs/simdjson/files/simdjson-3.10.0-dont-bundle-cxxopts.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt
-index b9802392..056a0635 100644
---- a/dependencies/CMakeLists.txt
-+++ b/dependencies/CMakeLists.txt
-@@ -146,15 +146,3 @@ endfunction()
- if(SIMDJSON_COMPETITION)
- competition_scope_()
- endif()
--
--cmake_dependent_option(SIMDJSON_CXXOPTS "Download cxxopts (necessary for tools)" ON
-- SIMDJSON_ALLOW_DOWNLOADS OFF)
--
--if(SIMDJSON_CXXOPTS)
-- set_off(CXXOPTS_BUILD_EXAMPLES)
-- set_off(CXXOPTS_BUILD_TESTS)
-- set_off(CXXOPTS_ENABLE_INSTALL)
--
-- import_dependency(cxxopts jarro2783/cxxopts 5965670)
-- add_dependency(cxxopts)
--endif()