You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
though this PocoConfig is not in path in the recipe -> only Poco::Poco is exported not Poco::Net, Poco::Utils etc.
As I use conan for native builds and Yocto for cross builds, I'd like to use conan in a cmake transparent way e.g. using find_package and using the lib components
I guess that no PocoConfig.cmake is found in the CMAKE_PREFIX_PATH
when using poco with conan:
conanfile.txt
CmakeLists.txt
error:
Poco::Poco is found though Poco::Net is not
though this PocoConfig is not in path in the recipe -> only Poco::Poco is exported not Poco::Net, Poco::Utils etc.
As I use conan for native builds and Yocto for cross builds, I'd like to use conan in a
cmake transparent way
e.g. using find_package and using the lib componentsI guess that no PocoConfig.cmake is found in the CMAKE_PREFIX_PATH
ref: https://blog.conan.io/2018/06/11/Transparent-CMake-Integration.html
The text was updated successfully, but these errors were encountered: