Skip to content

Commit

Permalink
Rollback simdjson to 3.9.4 due to missing macro update
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed Jul 25, 2024
1 parent b92ff47 commit d4734a7
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 @@ -61,7 +61,7 @@ else()
target_link_libraries(fastgltf PUBLIC simdjson::simdjson)
else()
# Download and configure simdjson
set(SIMDJSON_TARGET_VERSION "3.9.5")
set(SIMDJSON_TARGET_VERSION "3.9.4")
set(SIMDJSON_DL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/deps/simdjson")
file(MAKE_DIRECTORY ${SIMDJSON_DL_DIR})

Expand Down

0 comments on commit d4734a7

Please sign in to comment.