Correct the library name of LIBHUBBUB_LIBRARIES
It should be `hubbub` in `find_library` to make the function work.
This commit is contained in:
parent
67f2bfe4da
commit
a9db080b6c
1 changed files with 1 additions and 1 deletions
|
@ -843,7 +843,7 @@ if (LWS_WITH_LIBUV)
|
|||
list(APPEND LIB_LIST ${LIBUV_LIBRARIES})
|
||||
endif()
|
||||
if (LWS_WITH_HTTP_PROXY)
|
||||
find_library(LIBHUBBUB_LIBRARIES NAMES libhubbub)
|
||||
find_library(LIBHUBBUB_LIBRARIES NAMES hubbub)
|
||||
list(APPEND LIB_LIST ${LIBHUBBUB_LIBRARIES} )
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue