Skip to content
Snippets Groups Projects
Commit 2e8c0256 authored by Sergey Kovalevich's avatar Sergey Kovalevich Committed by Andy Green
Browse files

Subject: Fixed value of LIBWEBSOCKETS_LIBRARIES_STATIC

parent a64bdff6
Branches
Tags
No related merge requests found
...@@ -1723,7 +1723,7 @@ message("---------------------------------------------------------------------") ...@@ -1723,7 +1723,7 @@ message("---------------------------------------------------------------------")
# These will be available to parent projects including libwebsockets using add_subdirectory() # These will be available to parent projects including libwebsockets using add_subdirectory()
set(LIBWEBSOCKETS_LIBRARIES ${LWS_LIBRARIES} CACHE STRING "Libwebsocket libraries") set(LIBWEBSOCKETS_LIBRARIES ${LWS_LIBRARIES} CACHE STRING "Libwebsocket libraries")
if (LWS_WITH_STATIC) 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() endif()
if (LWS_WITH_SHARED) if (LWS_WITH_SHARED)
set(LIBWEBSOCKETS_LIBRARIES_SHARED websockets_shared CACHE STRING "Libwebsocket shared library") set(LIBWEBSOCKETS_LIBRARIES_SHARED websockets_shared CACHE STRING "Libwebsocket shared library")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment