Skip to content
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

classes/cmake: Set CMAKE_SYSTEM_PROCESSOR #111

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

Ferruck
Copy link
Contributor

@Ferruck Ferruck commented Jan 27, 2022

Some CMake scripts access this variable unconditionally, such as
libjpeg-turbo's. Looking at the official docs [1] they seem to be right
in the assumption that CMAKE_SYSTEM_PROCESSOR will always be set.

[1] https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_PROCESSOR.html

Some CMake scripts access this variable unconditionally, such as
libjpeg-turbo's. Looking at the official docs [1] they seem to be right
in the assumption that CMAKE_SYSTEM_PROCESSOR will always be set.

[1] https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_PROCESSOR.html
@jkloetzke jkloetzke merged commit c78a563 into BobBuildTool:master Jan 27, 2022
@jkloetzke
Copy link
Member

Thanks!

@Ferruck Ferruck deleted the fix/cmake branch January 28, 2022 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants