-
Notifications
You must be signed in to change notification settings - Fork 93
modernize cmake syntax #13
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
base: main
Are you sure you want to change the base?
Conversation
@Ryanf55 FYSA |
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.
Nice improvement!
I tried your PR in an isolated environment, and it didn't compile. After cloning and changing directory into the repo:
Results in
Note I use slightly different build instructions rather than calling make directly, but it works much the same, with less typing. |
The docker build error looks to me like libassimp-dev's Debian package is broken and doesn't declare a dependency on zlib1g-dev. Once you install the later, the build succeeds |
44a362b
to
cb8c4e3
Compare
This PR mirrors the changes in ompl/ompl#1066.
The pkg-config file ompl.pc that is generated is actually broken. The same is true for the ompl repo. I'm thinking we should just remove the png-config related stuff.
I noticed that in the ompl repo, libompl gets installed in CMAKE_INSTALL_DATAROOTDIR (i.e., /usr/share) rather than CMAKE_INSTALL_LIBDIR (i.e. /usr/lib). That is fixed in this PR for omplapp, but if this is right, we need to make the same change in ompl.