community icon indicating copy to clipboard operation
community copied to clipboard

Asio not in boost package

Open Thantalos opened this issue 6 years ago • 0 comments
trafficstars

Description of Problem, Request, or Question

Asio exists as a seperate package but boost.asio isn't part of the boost package. Appereantly it used to be part of the package but is no longer. It would be nice if could be included again. There are certain differences between the standalone asio and boost.asio and some people might prefer the boost.asio version. The problem is very easy to fix: in conanfile.py at the very top in the variable lib_list simply add "asio" That should be all that is necessary.

Package Details

  • Package Name/Version: Boost/1.68.0@bincrafters/stable
  • Operating System: only tested on windows but should be universal
  • Compiler+version: see above

Thantalos avatar Nov 22 '18 10:11 Thantalos