Subject: Fixed value of LIBWEBSOCKETS_LIBRARIES_STATIC
This commit is contained in:
parent
5d1d756106
commit
989ff82ca0
1 changed files with 1 additions and 1 deletions
|
@ -1778,7 +1778,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")
|
||||
|
|
Loading…
Add table
Reference in a new issue