Correct the library name of LIBHUBBUB_LIBRARIES

It should be `hubbub` in `find_library` to make the function work.
This commit is contained in:
Yuchen Xie 2016-10-10 20:10:34 +08:00 committed by Andy Green
parent abe0c5e57e
commit 63477ded0c

View file

@ -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()