Skip to content

Commit cc44f62

Browse files
committed
disabel boost by default
1 parent 58dbbbd commit cc44f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ option(ENABLE_NET_LOG "compile with network logging" OFF)
7272
option(ENABLE_WOLFSSL "compiler with WolfSSL enabled" OFF)
7373
option(ENABLE_SSE "compile with SSE instructions" ON)
7474
option(ENABLE_AVX "compile with AVX instructions" ${ENABLE_SSE})
75-
option(ENABLE_BOOST "compile with BOOST networking integration" ON)
75+
option(ENABLE_BOOST "compile with BOOST networking integration" OFF)
76+
option(ENABLE_OPENSSL "compile with OpenSSL networking integration" OFF)
7677
option(ENABLE_ASAN "build with asan" OFF)
7778
option(ENABLE_PIC "compile with -fPIC " OFF)
7879
option(VERBOSE_FETCH "" ON)

0 commit comments

Comments
 (0)