-
I think these may be coming from a separate library i have a dependency on that also uses CMake |
Beta Was this translation helpful? Give feedback.
Answered by
ianhbell
May 14, 2024
Replies: 1 comment 2 replies
-
In my case I have a CMake dependency (GEOS in my case) that installs headers and libraries and I have similar folders. If you don't want them, figure out how to convince the dependent library to not install its "thing" when pulled in in CMake. How to do that depends on the library causing this issue |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kj4tmp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my case I have a CMake dependency (GEOS in my case) that installs headers and libraries and I have similar folders. If you don't want them, figure out how to convince the dependent library to not install its "thing" when pulled in in CMake. How to do that depends on the library causing this issue