Remove the need for OpenSSL in examples that don't use it

close #1524

It is now possible to compile examples without OpenSSL. Examples that
do require OpenSSL will be omitted.

Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
Damian Jarek
2019-03-18 22:42:31 +01:00
committed by Vinnie Falco
parent 0c3ca62590
commit 05f3f8a5ce
21 changed files with 61 additions and 36 deletions

View File

@@ -11,8 +11,7 @@ import ac ;
project
: requirements
[ ac.check-library /boost/beast//ssl : <library>/boost/beast//ssl : <build>no ]
<library>/boost/beast//crypto
[ ac.check-library /boost/beast//static_ssl_asio : <library>/boost/beast//static_ssl_asio : <build>no ]
;
exe advanced-server-flex :