Replies: 2 comments
-
@Neumann-A I'm not familiar with pkgconfig, can you open a PR to solve this? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
that probably needs to be added to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context: https://cmake.org/cmake/help/latest/module/FindPkgConfig.html
Problem:
The FindPkgConfig module is not configuration aware. As such it will not work correctly with multi config generators.
Solution:
simply adjust the module to do two configuration aware calls and setup targets/variables accordingly.
Beta Was this translation helpful? Give feedback.
All reactions