- 000
I was experimenting to build a basic example with a client and a server using Asio standalone, but the CMake script
forces the use of Boost for the examples
option (BUILD_EXAMPLES "Build websocketpp examples." TRUE)
giving error
Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least...