From 2e8c0256c0e863e241891f4d9f74d9ff3871f2e5 Mon Sep 17 00:00:00 2001
From: Sergey Kovalevich <inndie@gmail.com>
Date: Mon, 29 May 2017 21:44:01 +0300
Subject: [PATCH] Subject: Fixed value of LIBWEBSOCKETS_LIBRARIES_STATIC

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68a6a78c..4c5664b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1723,7 +1723,7 @@ message("---------------------------------------------------------------------")
 # These will be available to parent projects including libwebsockets using add_subdirectory()
 set(LIBWEBSOCKETS_LIBRARIES ${LWS_LIBRARIES} CACHE STRING "Libwebsocket libraries")
 if (LWS_WITH_STATIC)
-	set(LIBWEBSOCKETS_LIBRARIES_STATIC websocket CACHE STRING "Libwebsocket static library")
+	set(LIBWEBSOCKETS_LIBRARIES_STATIC websockets CACHE STRING "Libwebsocket static library")
 endif()
 if (LWS_WITH_SHARED)
 	set(LIBWEBSOCKETS_LIBRARIES_SHARED websockets_shared CACHE STRING "Libwebsocket shared library")
-- 
GitLab