mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
27a2418e91
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`. |
||
---|---|---|
.. | ||
android.cmake | ||
freebsd.cmake | ||
ios.cmake | ||
linux.cmake | ||
mingw.cmake | ||
osx.cmake | ||
windows.cmake |