Correct the library name of LIBHUBBUB_LIBRARIES
authorYuchen Xie <yuchen.xie@live.com>
Mon, 10 Oct 2016 12:10:34 +0000 (20:10 +0800)
committerAndy Green <andy@warmcat.com>
Mon, 10 Oct 2016 12:10:34 +0000 (20:10 +0800)
It should be `hubbub` in `find_library` to make the function work.

CMakeLists.txt

index 7909c3f..6d16687 100644 (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()