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

export ravelin-config.cmake for developer custom install locations #1

Open
hsu opened this issue Apr 24, 2015 · 0 comments
Open

export ravelin-config.cmake for developer custom install locations #1

hsu opened this issue Apr 24, 2015 · 0 comments

Comments

@hsu
Copy link

hsu commented Apr 24, 2015

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 by

find_package(ravelin REQUIRED)
include_directories( ${RAVELIN_INCLUDE_DIRS})
link_directories(${RAVELIN_LIBRARY_DIRS})

etc.

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

1 participant