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

catkin_make_isolated does not output catkin version #331

Closed
tkruse opened this issue Jan 26, 2013 · 2 comments
Closed

catkin_make_isolated does not output catkin version #331

tkruse opened this issue Jan 26, 2013 · 2 comments

Comments

@tkruse
Copy link
Member

tkruse commented Jan 26, 2013

catkin_make does by default.
That would help for debugging user problems.

also catkin_make_isolated should get --version option

@dirk-thomas
Copy link
Member

-1 on adding a command line argument like --version``. I would propose that catkin_make_isolated should be default print the CMake and make output (as it does with --verbose). Instead there could be an option--quiet` which hides the output (as long as there is no error) as it is currently done by default.

@wjwwood
Copy link
Member

wjwwood commented Jan 28, 2013

To be clear, CMake outputs the catkin version not catkin_make.

I would be fine with either defaulting to verbose output (so you can see the CMake output for each package which contains the catkin version) or having catkin_make_isolated output the version explicitly. Either way there should be an easy way of detecting the catkin version without invoking CMake, so maybe we should set that up.

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

No branches or pull requests

3 participants