Open
Description
Version
23.01
Which installation method(s) does this occur on?
Conda
Describe the bug.
When using MRC from the conda package, the install path of rxcpp
is $<INSTALL_INTERFACE:include/rxcpp>
when it needs to be $<INSTALL_INTERFACE:include>
. Without this fix, IWYU recommends the wrong paths. For example, it recommends #include <operators/rx-map.hpp>
instead of #include <rxcpp/operators/rx-map.hpp>
.
Minimum reproducible example
No response
Relevant log output
No response
Full env printout
No response
Other/Misc.
No response
Code of Conduct
- I agree to follow MRC's Code of Conduct
- I have searched the open bugs and have found no duplicates for this bug report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
Todo