We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To reproduce, in any new catkin buildspace:
$ cmake ../src $ cat CMakeCache.txt | grep SETUP SETUPTOOLS_ARG_EXTRA:STRING=--install-layout=deb SETUPTOOLS_DEB_LAYOUT:BOOL=ON $ cmake .. -DSETUPTOOLS_DEB_LAYOUT=OFF $ cat CMakeCache.txt | grep SETUP SETUPTOOLS_ARG_EXTRA:STRING=--install-layout=deb SETUPTOOLS_DEB_LAYOUT:BOOL=OFF
I believe the second time, SETUPTOOLS_ARG_EXTRA should be empty.
This caused these failures on Gentoo systems: https://code.ros.org/lurker/message/20120426.205157.3adfcbe1.en.html http://answers.ros.org/question/52021/installing-groovy-from-source-fails
Though I have no idea why distutils in python2.7 on gentoo does not provide a --install-layout option.
The text was updated successfully, but these errors were encountered:
ed6a326
dirk-thomas
No branches or pull requests
To reproduce, in any new catkin buildspace:
I believe the second time, SETUPTOOLS_ARG_EXTRA should be empty.
This caused these failures on Gentoo systems:
https://code.ros.org/lurker/message/20120426.205157.3adfcbe1.en.html
http://answers.ros.org/question/52021/installing-groovy-from-source-fails
Though I have no idea why distutils in python2.7 on gentoo does not provide a --install-layout option.
The text was updated successfully, but these errors were encountered: