diff options
| author | xyb <xyb@xyb.name> | 2020-10-17 02:12:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 02:12:49 -0700 |
| commit | 27a2418e91179d8607862348d7b498558e98a0ab (patch) | |
| tree | 264a65b18d7a8ef03a1b4d5226040aadeb170a41 /scripts/testing | |
| parent | a150b774a0d7b1bb7ede7e9f69be2340e54a7914 (diff) | |
| download | vcpkg-27a2418e91179d8607862348d7b498558e98a0ab.tar.gz vcpkg-27a2418e91179d8607862348d7b498558e98a0ab.zip | |
[vcpkg] CMAKE_SYSTEM_PROCESSOR is missing if VCPKG_TARGET_ARCHITECTURE is arm or arm64. (#13465)
This change tries to fix issue #13395.
Root cause:
In script mode, cmake won't populate CMAKE_SYSTEM_PROCESSOR parameter automatically. That parameter is
required by libpng to configure build parameters. To fix this issue, we need explicitly set CMAKE_SYSTEM_PROCESSOR
value.
Verify:
On arm64-linux host, run `./vcpkg install tesseract:arm64-linux`.
Diffstat (limited to 'scripts/testing')
0 files changed, 0 insertions, 0 deletions
