Skip to content

Commit

Permalink
Bump the simdjson version number. (ada-url#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Apr 29, 2023
1 parent 33a7e75 commit 535f741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ option(ADA_BENCHMARKS "Build benchmarks" OFF)
# We use Google Benchmark, but it does not build under several 32-bit systems.
if((BUILD_TESTING OR ADA_BENCHMARKS) AND (CMAKE_SIZEOF_VOID_P EQUAL 8))
include(${PROJECT_SOURCE_DIR}/cmake/import.cmake)
import_dependency(simdjson simdjson/simdjson 0a3a00c95665cc1fda760e121ba8d442945ede13)
import_dependency(simdjson simdjson/simdjson 14d927128ba14e13913fc0e7c2cf538790bd1622)
add_dependency(simdjson)
endif()

Expand Down

0 comments on commit 535f741

Please sign in to comment.