aboutsummaryrefslogtreecommitdiff
path: root/ports/simdjson/no_benchmark.patch
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2020-05-27 14:00:24 +0800
committerGitHub <noreply@github.com>2020-05-26 23:00:24 -0700
commitea07b5d3cd581e924b4c49295b773d775ce33d25 (patch)
treee642afe44c1db6f5f7e86cb0f15b3983c69551d6 /ports/simdjson/no_benchmark.patch
parent7e4ab7967a92fe8dfe889b039425348b8c471030 (diff)
downloadvcpkg-ea07b5d3cd581e924b4c49295b773d775ce33d25.tar.gz
vcpkg-ea07b5d3cd581e924b4c49295b773d775ce33d25.zip
[simdjson] Update to 0.3.1 (#10709)
* [simdjson] Update to 0.3.1 * [simdjson] Update CI baseline * [simdjson] Include arm build * [simdjson] Make UWP happy * [simdjson] Turn off SIMDJSON_COMPETITION for linux * [simdjson] Update to 2020-05-06 [simdjson] Turn off SIMDJSON_SANITIZE under DEBUG mode (#10145) * [simdjson] Update to lastest * wip * [simdjson] Update to 2020-05-20 * [simdjson] Update to 2020-05-21 * [simdjson] Fix ninja build * [simdjson] arm-uwp still not supported * [simdjson] Update to 2020-05-22 and disable UWP patch * [itk] You shall pass * [simdjson] Fix x64-uwp * Revert "[itk] You shall pass" This reverts commit 885e8a8af4bcce2c02207d95cbfdce7078dd4a3b. * [simdjson] Update * [simdjson] Update to 2020-05-26
Diffstat (limited to 'ports/simdjson/no_benchmark.patch')
-rw-r--r--ports/simdjson/no_benchmark.patch22
1 files changed, 7 insertions, 15 deletions
diff --git a/ports/simdjson/no_benchmark.patch b/ports/simdjson/no_benchmark.patch
index 74c40fd74..7ec15869e 100644
--- a/ports/simdjson/no_benchmark.patch
+++ b/ports/simdjson/no_benchmark.patch
@@ -1,20 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9668819..cf5e89f 100644
+index 42640bc..7a621a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -51,7 +51,6 @@ include(include/CMakeLists.txt)
- add_subdirectory(src)
- add_subdirectory(tools)
+@@ -42,7 +42,6 @@ add_subdirectory(singleheader)
+ add_subdirectory(dependencies)
add_subdirectory(tests)
+ add_subdirectory(examples)
-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
+ add_subdirectory(fuzz)
+
+ #