mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
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:
committed by
Vinnie Falco
parent
0c3ca62590
commit
05f3f8a5ce
@@ -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 :
|
||||
|
Reference in New Issue
Block a user