You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build SuperResolution using windows on snapdragon X Elite and I faced below issue.
error: Invalid triplet name. Triplet names are all lowercase alphanumeric+hyphens.
This is due to vcpkg not handling uppercase letter and ARM64 is written with uppercase.
This is described on below reference for visual studio community.
As a workaround, you must add below property group into .vcxproj file.
Hi!
I was trying to build SuperResolution using windows on snapdragon X Elite and I faced below issue.
error: Invalid triplet name. Triplet names are all lowercase alphanumeric+hyphens.
This is due to vcpkg not handling uppercase letter and ARM64 is written with uppercase.
This is described on below reference for visual studio community.
As a workaround, you must add below property group into .vcxproj file.
arm64https://developercommunity.visualstudio.com/t/vcpkg-fails-for-ARM64-target-in-Visual-S/10789035?sort=newest&topics=Fixed-in%3A+Visual+Studio+2017+version+15.2
It would be important to have this issued fixed, so other user may not face same issue in the future.
The text was updated successfully, but these errors were encountered: