Skip to content

Commit

Permalink
disable CoreML temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
dantmnf committed May 29, 2024
1 parent 8ff8dac commit 1e68760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(PLATFORM_OPTIONS )
if(VCPKG_TARGET_IS_WINDOWS)
set(PLATFORM_OPTIONS ${PLATFORM_OPTIONS} "-Donnxruntime_USE_DML=ON")
elseif(VCPKG_TARGET_IS_OSX)
set(PLATFORM_OPTIONS ${PLATFORM_OPTIONS} "-Donnxruntime_USE_COREML=ON")
# set(PLATFORM_OPTIONS ${PLATFORM_OPTIONS} "-Donnxruntime_USE_COREML=ON")
endif()

vcpkg_cmake_configure(
Expand Down

0 comments on commit 1e68760

Please sign in to comment.