-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] CMAKE_SYSTEM_PROCESSOR isn't set #8025
Comments
Don't know if that can help, but here is what I had to do to workaround CMake + iOS issues in Additionally, here is the related issue I opened on Kitware's GitLab: |
I will retry this but i think its resolved in 1.30+ is that correct? |
kristian@kristian-Zephyrus:~/git/conan-center-index/recipes/libjpeg-turbo/all$ conan create . libjpeg-turbo/2.0.5@ -pr:b x86_64 -pr:h aarch64 -tf None Cross-build from 'Linux:x86_64' to 'Linux:armv8' -- 64-bit build () -- FLOATTEST = 64bit Yea still an issue! |
I can try pulling #8026 in and see what happens |
CMAKE_SYSTEM_PROCESSOR is defined by the new CMakeToolchain integration, long time ago. Closing tickets as solved. |
from conan-io/conan-center-index#3392
/cc @KristianJerpetjon
CMAKE_SYSTEM_PROCESSOR is not set by conan in CMake build helper.
as result, cross-compiling for armv8 fails for certain recipes (at least libpng and libjpeg-turbo)
Environment Details (include every applicable attribute)
Steps to reproduce (Include if Applicable)
I reproduced it by running:
out:
profile:
Logs (Executed commands with output) (Include/Attach if Applicable)
The text was updated successfully, but these errors were encountered: