-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cmake --find-package ... -DNAME=drake
does not work?
#13797
Comments
Tried with a later version of CMake, same result:
|
EDIT: Actually, removing the So something else is broken, but it's unclear what. |
|
That's kinda buried. If it's not well supported, I think y'all should hoist that message even higher. For example, on this semi-bleeding edge cmake version:
IMO, it should read:
Can you please file the appropriate upstream issue, and then post it here and re-close this issue once you've done that? |
You are welcome to file the issue, but I think it is fine. |
This is not a Drake-specific issue, so I don't see any need to keep this ticket open on the |
When trying out different solutions for #7889, I wanted to see if I could get the include paths + flags for Drake "for free" using CMake in
pkg-config
mode:FTR, there is a corresponding POP in the cps-generated
drake-config.cmake
file:https://gist.github.com/EricCousineau-TRI/2567b4077d40cb2c85767d9981d078a8
FYI @jwnimmer-tri
The text was updated successfully, but these errors were encountered: