mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +08:00
9f7c4cd4f8
* [mosquitto] Update to 2.0.14 * version * remove tabs * version
13 lines
347 B
Diff
13 lines
347 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 2775a3da..ef7ce14a 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -55,6 +55,7 @@ endif (WITH_UNIX_SOCKETS AND NOT WIN32)
|
|
|
|
option(WITH_SOCKS "Include SOCKS5 support?" ON)
|
|
if (WITH_SOCKS)
|
|
+ find_package(Libwebsockets CONFIG REQUIRED)
|
|
add_definitions("-DWITH_SOCKS")
|
|
endif (WITH_SOCKS)
|
|
|