conan: I am not able to install packages(Boost) on ubuntu 18.04 .
conanfile.txt:
[requires]
Poco/1.7.8p3@pocoproject/stable
Boost/1.67.0@lasote/stable
[generators]
cmake
[options]
Boost:shared=False
Poco:shared=False
Run command : conan install …
Output :
Boost/1.67.0@lasote/stable: Not found in local cache, looking in remotes...
Boost/1.67.0@lasote/stable: Trying with 'conan-center'...
ERROR: Failed requirement 'Boost/1.67.0@lasote/stable' from 'PROJECT'
ERROR: Unable to find 'Boost/1.67.0@lasote/stable' in remotes
Conan remote list :
conan-center: https://conan.bintray.com [Verify SSL: True]
What am I doing wrong?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (1 by maintainers)
commands :
main.cpp :
Conan version :
1.6.1
~/.conan/profiles/default :
CMakeLists.txt :