-
Notifications
You must be signed in to change notification settings - Fork 30
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
FindIgnOGRE2: exclude ogre versions different than 2.x #219
Conversation
Signed-off-by: Jose Luis Rivero <[email protected]>
if (${IgnOGRE2_FIND_VERSION_MAJOR}) | ||
if (${IgnOGRE2_FIND_VERSION_MAJOR} VERSION_LESS "2") | ||
if (${IgnOGRE2_FIND_VERSION_MAJOR} VERSION_LESS "2" OR | ||
(${IgnOGRE2_FIND_VERSION_MAJOR} VERSION_GREATER_EQUAL "3") |
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.
@j-rivero the leading open parenthesis on this line shouldn't be there.
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.
umm the cmake linter was broken in a pip upgrade, bad bussiness.
Follow-up after #219 Signed-off-by: Michel Hidalgo <[email protected]>
Follow-up after #219 Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]> Signed-off-by: Harsh Mahesheka <[email protected]>
Follow-up after gazebosim#219 Signed-off-by: Michel Hidalgo <[email protected]> Signed-off-by: Harsh Mahesheka <[email protected]>
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-releases-2022-04-27-fortress-citadel/1389/1 |
Closes: #205