]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/mosquitto/0003-add-find_package-libwebsockets.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / mosquitto / 0003-add-find_package-libwebsockets.patch
CommitLineData
1e59de90
TL
1From 902ab5bf91937188d3ebf0aece81a704729e5580 Mon Sep 17 00:00:00 2001
2From: Nicole Mazzuca <mazzucan@outlook.com>
3Date: Tue, 22 Sep 2020 15:42:53 -0700
4Subject: [PATCH 3/5] add find_package libwebsockets
5
6---
7 CMakeLists.txt | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/CMakeLists.txt b/CMakeLists.txt
11index 1a92fe3..3c78b2c 100644
12--- a/CMakeLists.txt
13+++ b/CMakeLists.txt
14@@ -45,6 +45,7 @@ endif (WITH_TLS)
15
16 option(WITH_SOCKS "Include SOCKS5 support?" ON)
17 if (WITH_SOCKS)
18+ find_package(Libwebsockets CONFIG REQUIRED)
19 add_definitions("-DWITH_SOCKS")
20 endif (WITH_SOCKS)
21
22--
232.24.3 (Apple Git-128)
24