Remove in tree asio deps#466
Conversation
|
I still like in-tree deps as it is only for examples. And many people have some problems with network, so I don't want to change this. If you want to upgrade its version, I think you can upgrade it too. It might not be so hard. |
I agree with the network conditions, but we have been using this approach for gtest for two years. I simply copied the approach. async_simple/cmake/FindGTest.cmake Lines 10 to 15 in ddbd887 If users find it difficult to clone the repository, using asio from the package manager would be a better solution. And the newly added cmake file supports this. |
Why
Currently, we rely on the in-tree asio, which makes it difficult to upgrade versions.
What is changing
Example