Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.13k stars 93 forks source link

configure doesn't look for asio #173

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

... then the build breaks because there is no asio header available.

eao197 commented 1 year ago

There are several opened issues related to CMake's configure process: #160, #167. I hope they will be addressed with time, but can't predict when.

Some examples of how RESTinio can be configured in different environments and conditions can be found here: https://github.com/Stiffstream/restinio-dockerfiles