-
Notifications
You must be signed in to change notification settings - Fork 31
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
Changes for OGRE-2.3 #283
Changes for OGRE-2.3 #283
Conversation
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
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.
I have this issue
CMake Error in ogre2/src/CMakeLists.txt:
Imported target "GzOGRE2::GzOGRE2" includes non-existent path
"/usr/include/OGRE-2.3/OGRE"
I resolved with
mkdir /usr/include/OGRE-2.3/OGRE
is this related with this code?
To be clear, this was building from source and not using the debs, correct? |
yes, I was compiling from source |
Can you test the debs from above and see if the error persists? |
@osrf-jenkins retest this please |
I have done test builds on all three platforms using this branch. |
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
🎉 New feature
Summary
CMake updates to make
gz-cmake
compatible with OGRE-2.3 debs built by OpenRoboticsTest it
For linux (jammy and focal):
For homebrew:
The expected output with the debs installed
Similarly, the
ogre-2.2
demo should continue to find2.2.5
onjammy
.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.