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

simplified cmake logic about openmp #6195

Merged

Conversation

cybaol
Copy link
Contributor

@cybaol cybaol commented Dec 10, 2024

CMakeLists.txt Outdated
endif()
else()
find_package(OpenMP COMPONENTS C CXX)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be moved in under: if(USE_HOMEBREW_FALLBACK) since its only in this case you would try again?
Else it just can't be found and calling find_package twice, probably doesn't help on that 😄

@mvieth mvieth merged commit eec497f into PointCloudLibrary:master Dec 11, 2024
13 checks passed
@cybaol cybaol deleted the simplified-cmake-logic-about-openmp branch January 8, 2025 15:26
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.

3 participants