conan_cpp_demo
conan_cpp_demo copied to clipboard
Demo of Conan package Manager for C++
Seems that conan package inside docker container needs update, to overcome issue like https://github.com/conan-io/conan-center-index/issues/5197 ``` boost/1.74.0: Not found in local cache, looking in remotes... boost/1.74.0: Trying with 'conan-center'... ERROR: HTTPSConnectionPool(host='conan.bintray.com',...
Executing the first example command produces an error: ``` boost/1.74.0: Not found in local cache, looking in remotes... boost/1.74.0: Trying with 'conan-center'... ERROR: HTTPSConnectionPool(host='conan.bintray.com', port=443): Max retries exceeded with url:...
approved