From 618aa1a3c4695bb1a52033290bce7648e0db1e27 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Mon, 11 Nov 2019 17:25:43 +0900 Subject: [PATCH] Revert "Fix to expose openssl dependency" This reverts commit 0424a8c94399c663af0690a7263f0464b3e77850. Change-Id: Ic8aac38fa7d31b6f63e470ae9fcd8dffc38651f2 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ba8c1a..933ed63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1562,7 +1562,6 @@ includedir=\${prefix}/include Name: libwebsockets Description: Websockets server and client library Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} -Requires: openssl1.1 Libs: -L\${libdir} -lwebsockets Cflags: -I\${includedir}" @@ -1580,7 +1579,6 @@ includedir=\${prefix}/include Name: libwebsockets_static Description: Websockets server and client static library Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} -Requires: openssl1.1 Libs: -L\${libdir} -lwebsockets_static Libs.private: -- 2.7.4