Ben

Results 2 comments of Ben

I managed to get boost asio working in the end, I had to add this in my cmake: ``` set(Boost_USE_STATIC_LIBS ON) set(Boost_USE_MULTITHREADED ON) set(Boost_USE_STATIC_RUNTIME OFF) CPMAddPackage( NAME Boost VERSION 1.77.0...

nice :) your project is super cool, I am going to follow it closely