Skip to content

Commit

Permalink
[onnxruntime] Use Ninja to disable codesign in iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 26, 2024
1 parent 225ae38 commit d749bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/onnxruntime/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if(VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_UWP)
if("cuda" IN_LIST FEATURES)
unset(GENERATOR_OPTIONS) # use Ninja for CUDA build
endif()
elseif(VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_IOS)
elseif(VCPKG_TARGET_IS_OSX)
set(GENERATOR_OPTIONS GENERATOR Xcode)
endif()

Expand Down
2 changes: 1 addition & 1 deletion versions/o-/onnxruntime.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "2792e07e49336840332ba3ad525d29206b58eeca",
"git-tree": "4960a5f0a0187e736751f8bf6545cf9d7d2a3676",
"version-semver": "1.19.0",
"port-version": 2
},
Expand Down

0 comments on commit d749bc3

Please sign in to comment.