summaryrefslogtreecommitdiff
path: root/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch
blob: cccbd4494667ee3fff9ed73d9f4cf8a804407593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)
 
 #