Replies: 2 comments
-
The actual crate source directory is managed by Cargo, so we can't know where it is. Unless you explicitly specify a There are two workarounds for this problem.
|
Beta Was this translation helpful? Give feedback.
-
Thanks @sksat for the great answer. I don't think there is anything specific to cmake-rs here, so I'll move this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
I have two crates with cmake, and one crate A depends on another crate B.
How can a cmake project in crate A find_package from a cmake project in crate B?
Beta Was this translation helpful? Give feedback.
All reactions