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
for convenience, exporting custom ravelin-config.cmake to support custom install locations for developers.
ravelin-config.cmake
One example might be gazebo-config.cmake.in and corresponding cmake install.
This way, if ravelin is installed outside of /usr/include and /usr/lib, it can still be found by
/usr/include
/usr/lib
find_package(ravelin REQUIRED) include_directories( ${RAVELIN_INCLUDE_DIRS}) link_directories(${RAVELIN_LIBRARY_DIRS})
etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for convenience, exporting custom
ravelin-config.cmake
to support custom install locations for developers.One example might be gazebo-config.cmake.in and corresponding cmake install.
This way, if ravelin is installed outside of
/usr/include
and/usr/lib
, it can still be found byetc.
The text was updated successfully, but these errors were encountered: