Skip to content

Commit

Permalink
onnxruntime: fix cmake exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dantmnf committed May 30, 2024
1 parent dc3d4ee commit 10d51f5
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 @@ -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()

Expand Down

0 comments on commit 10d51f5

Please sign in to comment.