cmake-conan
cmake-conan copied to clipboard
[Question] Can this scipt be used to create conan packages?
trafficstars
The example in README.md shows how to consume packages, can it be used to create packages? If yes, what is the best practice?
Hi @maidamai0,
There's a section in the README that shows how to use the CONAN_EXPORTED variable to know if Conan is creating the package in the local cache and then avoiding importing conan.cmake in that case. Hope this helps