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

build: test for topological ordering with underlays #30

Open
wjwwood opened this issue Apr 12, 2014 · 1 comment
Open

build: test for topological ordering with underlays #30

wjwwood opened this issue Apr 12, 2014 · 1 comment

Comments

@wjwwood
Copy link
Member

wjwwood commented Apr 12, 2014

Just like this catkin_make_isolated issue:

ros/catkin#590

@jbohren
Copy link
Contributor

jbohren commented Jan 27, 2016

Potential plan for CMake packages:

  • scrape packages in current workspace and extended workspaces based on .catkin file to determine packages in each workspace
  • generate a list of packages whose locations have changed since the last build
  • force CMake to clear cache variables like ${PKG_NAME_DIR} with the unset argument -UPKG_NAME_DIR and reconfigure

This will also enable a report of where catkin dependencies are coming from in a system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants