From e279fb894b6b818925dc2b8f93490de4c264e257 Mon Sep 17 00:00:00 2001 From: Taylor Plewe Date: Sat, 28 Feb 2026 11:03:52 -0700 Subject: [PATCH 1/2] Update simdjson GIT_TAG to a newer version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20de7cb..e7c5636 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ include(FetchContent) FetchContent_Declare( simdjson GIT_REPOSITORY https://github.com/simdjson/simdjson.git - GIT_TAG 182eac0092aa587b6b2b3718da897d2c40642360 + GIT_TAG 7dcc196f66fd181e27998ce818ed0a1e4e11909c ) FetchContent_MakeAvailable(simdjson) @@ -24,4 +24,4 @@ target_include_directories(curl_to_padded_string INTERFACE include) target_link_libraries(curl_to_padded_string INTERFACE CURL::libcurl simdjson::simdjson) # Tests -add_subdirectory(test) \ No newline at end of file +add_subdirectory(test) From 4f8afa94a567199bfe5eb9588feed3689734999f Mon Sep 17 00:00:00 2001 From: Taylor Plewe Date: Sat, 28 Feb 2026 11:05:15 -0700 Subject: [PATCH 2/2] remove newline --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7c5636..515e45e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,4 +24,4 @@ target_include_directories(curl_to_padded_string INTERFACE include) target_link_libraries(curl_to_padded_string INTERFACE CURL::libcurl simdjson::simdjson) # Tests -add_subdirectory(test) +add_subdirectory(test) \ No newline at end of file