Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

VERSION_GREATER_EQUAL is not implemented until CMake 3.7 #22

Open
Piroro-hs opened this issue Aug 30, 2019 · 1 comment
Open

VERSION_GREATER_EQUAL is not implemented until CMake 3.7 #22

Piroro-hs opened this issue Aug 30, 2019 · 1 comment

Comments

@Piroro-hs
Copy link

CMake VERSION_GREATER_EQUAL macro is not implemented until CMake 3.7, so this line cause a problem (default CMake version on Ubuntu 16.04 is 3.5.1).

Change minimum required CMake version to 3.7, or change the condition to "${GAZEBO_VERSION}" VERSION_GREATER "8" OR "${GAZEBO_VERSION}" VERSION_EQUAL "8" should fix the issue.

@acxz
Copy link
Contributor

acxz commented Jan 26, 2022

Ubuntu 16.04 has reached EOL, as such this issue is not a priority.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants