Skip to content

Commit 52df39f

Browse files
committed
Build LWS with IPv6 support
1 parent c0235af commit 52df39f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMake/Dependencies/libwebsockets-CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ ExternalProject_Add(project_libwebsockets
6464
-DLWS_EXT_PTHREAD_LIBRARIES=${LWS_EXT_PTHREAD_LIBRARIES}
6565
-DLWS_OPENSSL_INCLUDE_DIRS=${LWS_OPENSSL_INCLUDE_DIRS}
6666
-DLWS_OPENSSL_LIBRARIES=${LWS_OPENSSL_LIBRARIES}
67+
-DLWS_WITH_IPV6=ON
6768
BUILD_ALWAYS TRUE
6869
TEST_COMMAND ""
6970
)

0 commit comments

Comments
 (0)