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
6670c6f953
commit
5df8bf9d83
1 changed files with 1 additions and 1 deletions
|
@ -914,7 +914,7 @@ 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