From 1e68760368663411f08dbd1447cc45365c550d53 Mon Sep 17 00:00:00 2001 From: dantmnf Date: Wed, 29 May 2024 23:48:35 +0800 Subject: [PATCH] disable CoreML temporarily --- vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake b/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake index 0dd037b..879362f 100644 --- a/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake +++ b/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake @@ -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(