diff --git a/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake b/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake index 361c9f8..e56a398 100644 --- a/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake +++ b/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake @@ -121,7 +121,7 @@ vcpkg_cmake_configure( OPTIONS_DEBUG -Donnxruntime_ENABLE_MEMLEAK_CHECKER=OFF -Donnxruntime_ENABLE_MEMORY_PROFILE=OFF - -Donnxruntime_DEBUG_NODE_INPUTS_OUTPUTS=1 + -Donnxruntime_DEBUG_NODE_INPUTS_OUTPUTS=OFF MAYBE_UNUSED_VARIABLES onnxruntime_BUILD_WEBASSEMBLY onnxruntime_TENSORRT_PLACEHOLDER_BUILDER diff --git a/vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json b/vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json index d4b3607..1394584 100644 --- a/vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json +++ b/vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json @@ -1,7 +1,7 @@ { "name": "maa-onnxruntime", "version-semver": "1.19.2", - "port-version": 1, + "port-version": 2, "description": "ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator", "homepage": "https://onnxruntime.ai/", "license": "MIT", diff --git a/vcpkg.json b/vcpkg.json index eddae59..288564b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "maa-meta", - "version": "2.6.6", + "version": "2.7.1", "description": "meta manifest that tracks dependencies for MaaFramework", "homepage": "https://github.com/MaaXYZ/MaaDeps", "license": null,