This repository was archived by the owner on Apr 19, 2023. It is now read-only.
cpp project client #112
Unanswered
danielmevi
asked this question in
Q&A
Replies: 0 comments
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.
-
I have a similar cmake setup for a header only library which uses Conan::FMT. When running local test the link to Conan::FMT goes as expected using "target_link_libraries".
But for production intent, after header only library installation "make install", the library client uses "find_package(header only library)". But I am getting errors from cmake to not being able to link to Conan::FMT.
How can I adjust the header only library cmake to have "make install" inform library client where is Conan:FMT?
Beta Was this translation helpful? Give feedback.
All reactions