Missing link arguments from a CMake system dependency #12884
Unanswered
mitchgrout
asked this question in
Q&A
Replies: 1 comment
-
Library being declared in |
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
Uh oh!
There was an error while loading. Please reload this page.
-
(More details here: slint-ui/slint#4642)
I've got a system-installed dependency,
slint
, which provides a set of.cmake
files to define the library. I'm able to detect this dependency withdependency('slint')
, however practically all of the arguments defined in the .cmake file appear to be missing. Introspecting, I have this metadata associated with the dependency:I'm thinking this could be a problem with the project's
.cmake
files themselves; are there any suggestions for debugging this? I can supply the.cmake
files on request.Beta Was this translation helpful? Give feedback.
All reactions