-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[ignition-cmake2] Add new port 🤖 #10014
Conversation
Some ignition libraries (such as ignition-cmake2) already install the CMake config file in the location required by vcpkg
65e66c4
to
ca6e6d0
Compare
The CI now fails due to a qt5-tools regression, but I am not sure how this is related to the PR. |
It seems that there is something wrong with Linux platform. |
/azp run |
2 similar comments
/azp run |
/azp run |
Hi @NancyLi1013 , I think I addressed all your comments, so I am not sure why the PR is listed under "waiting for response" . Let me know if I need to do something, thanks! |
Hi @traversaro Sorry for the late response. |
Alright, looks good to me! |
Thanks a lot @strega-nil @NancyLi1013 @JackBoosY ! |
* ignition-modularscripts: move CMake config files only if necessary Some ignition libraries (such as ignition-cmake2) already install the CMake config file in the location required by vcpkg * Add new port ignition-cmake2
This reverts commit 1c7c0f6.
Add a port for ignition-cmake2. As discussed in #7781, different major version of ignition robotics libraries (https://ignitionrobotics.org/) can be installed side by side, so each new major version is added as a new port.
In particular, ignition-cmake2 is a dependency for Gazebo 11 (http://gazebosim.org/blog/gazebo11) and for Ignition Robotics Citadel (that contains Ignition Gazebo 3, see https://www.openrobotics.org/blog/2019/12/11/ignition-citadel-released).
As far as I was able to test, this port should support all the triplets.
Related issue: