From 10d51f5832f3a085331f43221082b03af58385f9 Mon Sep 17 00:00:00 2001 From: dantmnf Date: Thu, 30 May 2024 10:47:29 +0800 Subject: [PATCH] onnxruntime: fix cmake exports --- 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 879362f..1425715 100644 --- a/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake +++ b/vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake @@ -45,7 +45,7 @@ vcpkg_cmake_configure( "-Donnxruntime_ENABLE_LTO=ON" ) vcpkg_cmake_install() -vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/onnxruntime) +vcpkg_cmake_config_fixup(PACKAGE_NAME onnxruntime CONFIG_PATH lib/cmake/onnxruntime) vcpkg_fixup_pkgconfig() vcpkg_copy_pdbs()