We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508498a commit ede3a6eCopy full SHA for ede3a6e
1 file changed
backends/mlx/CMakeLists.txt
@@ -232,11 +232,6 @@ if(EXISTS "${MLX_JSON_PATCH}" AND EXISTS "${MLX_SOURCE_DIR}")
232
endif()
233
234
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
-
240
# Add MLX subdirectory
241
message(STATUS "Adding MLX from submodule: ${MLX_SOURCE_DIR}")
242
add_subdirectory(${MLX_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/mlx)
0 commit comments