-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
OpenMP Fix on M1 #1641
OpenMP Fix on M1 #1641
Conversation
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.
small perhaps indent but fine for me, I am testing on my Mac (not on M1 ;))
cmake/DGtalConfig.cmake.in
Outdated
if(APPLE) | ||
message("-- Setting OpenMP flags on MacOs. Assuming `brew install libomp`") | ||
if(CMAKE_C_COMPILER_ID MATCHES "Clang\$") | ||
if(APPLE) |
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.
indent as before change ?
small perhaps indent but fine for me, I am testing on my Mac (not on M1 ;)) |
Else looks fine on my Intel Mac 👍🏻 |
Thx. Updated |
PR Description
your description here
Checklist