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

Avoid using VERSION_GREATER_EQUAL to preserve compatibility with CMake 3.5 #3460

Merged
merged 1 commit into from
Nov 10, 2019

Conversation

taketwo
Copy link
Member

@taketwo taketwo commented Nov 8, 2019

This comparison was introduced in CMake 3.7, but our baseline version is 3.5 at the moment.

This commit also removes unnecessary variable expansion and merges two if-else blocks with the same condition.

Closes #3459
Closes #2277

This comparison was introduced in CMake 3.7, but our baseline version is
3.5 at the moment.

This commit also removes unnecessary variable expansion and merges two
if-else blocks with the same condition.
@taketwo taketwo merged commit 6c049a8 into PointCloudLibrary:master Nov 10, 2019
@taketwo taketwo deleted the fix-gpu-people-cmake branch November 10, 2019 16:58
@taketwo taketwo changed the title Do not use VERSION_GREATER_EQUAL Avoid using VERSION_GREATER_EQUAL to preserve compatibility with CMake 3.5 Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gpu people cmake minimum version violation cannot find people_detect application after build pcl
2 participants