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

FindIgnOGRE2: exclude ogre versions different than 2.x #219

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

j-rivero
Copy link
Contributor

Closes: #205

@github-actions github-actions bot added Gazebo 1️1️ Dependency of Gazebo classic version 11 🌱 garden Ignition Garden 🏢 edifice Ignition Edifice 🏯 fortress Ignition Fortress 🏰 citadel Ignition Citadel labels Mar 31, 2022
@j-rivero j-rivero merged commit fa268e9 into ign-cmake2 Apr 1, 2022
@j-rivero j-rivero deleted the ogre2_no_ogre13 branch April 1, 2022 16:44
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")
Copy link
Contributor

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.

Copy link
Contributor Author

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.

hidmic added a commit that referenced this pull request Apr 1, 2022
Follow-up after #219

Signed-off-by: Michel Hidalgo <[email protected]>
@hidmic hidmic mentioned this pull request Apr 1, 2022
7 tasks
j-rivero pushed a commit that referenced this pull request Apr 1, 2022
Follow-up after #219

Signed-off-by: Michel Hidalgo <[email protected]>
harshmahesheka pushed a commit to harshmahesheka/ign-cmake that referenced this pull request Apr 5, 2022
harshmahesheka pushed a commit to harshmahesheka/ign-cmake that referenced this pull request Apr 5, 2022
Follow-up after gazebosim#219

Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Harsh Mahesheka <[email protected]>
@osrf-triage
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel 🏢 edifice Ignition Edifice 🏯 fortress Ignition Fortress 🌱 garden Ignition Garden Gazebo 1️1️ Dependency of Gazebo classic version 11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FindIgnOGRE2: It finds Ogre 13.x.
4 participants