diff options
| author | Leonid Pospelov <pospelovlm@yandex.ru> | 2020-01-06 22:14:52 +0300 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-06 11:14:52 -0800 |
| commit | bff594f7ff8e023592f366b67fd7f57f4fe035e7 (patch) | |
| tree | ac2badc6b52d8b7e5011f181097851212b2a1f7c /ports/simdjson/no_benchmark.patch | |
| parent | 96bfe1b594f89de585565287626d7b02e1637b19 (diff) | |
| download | vcpkg-bff594f7ff8e023592f366b67fd7f57f4fe035e7.tar.gz vcpkg-bff594f7ff8e023592f366b67fd7f57f4fe035e7.zip | |
[simdjson] Update library (#9484)
Diffstat (limited to 'ports/simdjson/no_benchmark.patch')
| -rw-r--r-- | ports/simdjson/no_benchmark.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ports/simdjson/no_benchmark.patch b/ports/simdjson/no_benchmark.patch new file mode 100644 index 000000000..74c40fd74 --- /dev/null +++ b/ports/simdjson/no_benchmark.patch @@ -0,0 +1,20 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 9668819..cf5e89f 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -51,7 +51,6 @@ include(include/CMakeLists.txt) + add_subdirectory(src) + add_subdirectory(tools) + add_subdirectory(tests) +-add_subdirectory(benchmark) + + # for fuzzing, read the comments in the fuzz/CMakeLists.txt file + option(ENABLE_FUZZING "enable building the fuzzers" ON) +@@ -73,5 +72,3 @@ set(CPACK_RPM_PACKAGE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") + set(CPACK_SOURCE_GENERATOR "TGZ;ZIP") + + include(CPack) +- +- +-- +2.20.1.windows.1 |
