mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:46:46 +08:00
lighter weight json
This commit is contained in:
parent
680f18cca5
commit
1baff8c2b4
@ -99,11 +99,7 @@ elseif (MLX_BUILD_METAL)
|
||||
endif()
|
||||
|
||||
MESSAGE(STATUS "Downloading json")
|
||||
FetchContent_Declare(
|
||||
json
|
||||
GIT_REPOSITORY "https://github.com/nlohmann/json"
|
||||
GIT_TAG "v3.11.3"
|
||||
)
|
||||
FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
|
||||
FetchContent_MakeAvailable(json)
|
||||
target_include_directories(
|
||||
mlx PUBLIC
|
||||
|
Loading…
Reference in New Issue
Block a user