aboutsummaryrefslogtreecommitdiff
path: root/ports/simdjson/no_benchmark.patch
blob: 74c40fd745368d38a0bbcdc49f21c081756ec720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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