Skip to content

Commit ede3a6e

Browse files
committed
up
1 parent 508498a commit ede3a6e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

backends/mlx/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,6 @@ if(EXISTS "${MLX_JSON_PATCH}" AND EXISTS "${MLX_SOURCE_DIR}")
232232
endif()
233233
endif()
234234

235-
# Provide executorch's nlohmann_json so the patched MLX skips its own download
236-
add_subdirectory(
237-
${EXECUTORCH_ROOT}/third-party/json ${CMAKE_CURRENT_BINARY_DIR}/nlohmann_json
238-
)
239-
240235
# Add MLX subdirectory
241236
message(STATUS "Adding MLX from submodule: ${MLX_SOURCE_DIR}")
242237
add_subdirectory(${MLX_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/mlx)

0 commit comments

Comments
 (0)