Fix status message (#2638)

This commit is contained in:
Angelos Katharopoulos
2025-10-01 16:43:45 -07:00
committed by GitHub
parent bbf1423953
commit 9cee557423

View File

@@ -173,7 +173,7 @@ if(MLX_BUILD_CPU)
message(STATUS "Accelerate found ${ACCELERATE_LIBRARY}")
set(MLX_BUILD_ACCELERATE ON)
else()
message(STATUS "Accelerate or arm neon not found, using default backend.")
message(STATUS "Accelerate not found, using default backend.")
set(MLX_BUILD_ACCELERATE OFF)
endif()