Skip to content

Commit

Permalink
upgrade json library to the latest version (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Feb 6, 2025
1 parent e6777d5 commit c24b7ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/externals/json.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FetchContent_Declare(nlohmann_json
URL https://codeload.github.com/nlohmann/json/zip/refs/tags/v3.10.5
URL_HASH SHA1=f257f8dc27c5b8c085dc887b40cddd18ae1f725c
URL https://codeload.github.com/nlohmann/json/zip/refs/tags/v3.11.3
URL_HASH SHA1=5e88795165cc8590138d1f47ce94ee567b85b4d6
SOURCE_SUBDIR not_set
)

Expand Down
1 change: 1 addition & 0 deletions operators/tokenizer/tokenizer_jsconfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#pragma once

#include <sstream>
#include "file_sys.h"
#include "nlohmann/json.hpp"

Expand Down

0 comments on commit c24b7ba

Please sign in to comment.