Try harder to find Boost (cmake)

fix #480
This commit is contained in:
Vinnie Falco
2017-06-13 05:13:24 -07:00
parent 5058217c35
commit b9acbb537f
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Version 56:
* Add string_view_body
* Call on_chunk when the extension is empty
* HTTP/1.1 is the default version
* Try harder to find Boost (cmake)
--------------------------------------------------------------------------------

View File

@ -43,7 +43,6 @@ endif()
option (Boost_USE_STATIC_LIBS "Use static libraries for boost" ON)
set (Boost_NO_SYSTEM_PATHS ON)
set (Boost_USE_MULTITHREADED ON)
add_definitions (-DBOOST_COROUTINES_NO_DEPRECATION_WARNING=1) # for asio