Do we still need to support system-installed libraries?
Closed this issue · 5 comments
matthew-d-jones commented
If not, cmake code can be greatly reduced, Find
modules are not needed and we can just link against CONAN_PKG::libraryname
matthew-d-jones commented
Any objections to this @dominikwerder ?
dominikwerder commented
No. We use conan here on all systems.
mkoennecke commented
Well,
I disagree. I think if the stuff is there and working I am in favor of holding on to it. Do we really
wankt to force conan onto everyone?
matthew-d-jones commented
Do we really want to force conan onto everyone?
Yes, life would be a lot easier if everyone used conan ;)
We aren't testing without conan, so we won't know if/when we break building without it.
mattclarke commented