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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Instead of using the CMAKE_INSTALL_PREFIX in https://github.com/ros/cmake_modules/blob/master/cmake/cmake_modules-extras.cmake.develspace.in#L2 the Modules folder should be resolved relatively to ${cmake_modules_DIR} (e.g. like https://github.com/ros/gencpp/blob/hydro-devel/cmake/gencpp-extras.cmake.em).
CMAKE_INSTALL_PREFIX
Modules
${cmake_modules_DIR}
The text was updated successfully, but these errors were encountered:
You mean like this line?: https://github.com/ros/gencpp/blob/hydro-devel/cmake/gencpp-extras.cmake.em#L7
Sorry, something went wrong.
Yes, but you willl still need the conditional block to deal with the devel space.
9bcb4e3
No branches or pull requests
Instead of using the
CMAKE_INSTALL_PREFIX
in https://github.com/ros/cmake_modules/blob/master/cmake/cmake_modules-extras.cmake.develspace.in#L2 theModules
folder should be resolved relatively to${cmake_modules_DIR}
(e.g. like https://github.com/ros/gencpp/blob/hydro-devel/cmake/gencpp-extras.cmake.em).The text was updated successfully, but these errors were encountered: