This repository has been 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
-
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