-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Fix OSX build #952
Fix OSX build #952
Conversation
Hello @m-seker 👋 I'm your friendly neighborhood bot and would like to say thank you for So that you and other users can test your changes more quickly, If you make changes to your PR, i create a new link to your workflow artifacts. Best regards, |
@@ -68,7 +68,11 @@ ELSE() | |||
ENDIF() | |||
|
|||
if ( NOT DEFINED PLATFORM ) | |||
if ( "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86" ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This matches apple too (x86_64)
why is this option off? :D -- ENABLE_OSX = OFF |
Looks like something like this is missing :
But your error happens because of something else ? |
Line 115 in 4099d12
this line should trigger it on...or? but github can build it without errors, and the packages from github works... |
You are right, interesting. |
03cd67f
to
50e9084
Compare
Summary
As the title says.
What kind of change does this PR introduce? (check at least one)
If changing the UI of web configuration, please provide the before/after screenshot:
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing setups:
The PR fulfills these requirements:
Fixes: #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
PLEASE DON'T FORGET TO ADD YOUR CHANGES TO CHANGELOG.MD
To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.
Other information: