Fixes compilation issue on Debian Jessie when option USE_STANDALONE_ASIO is turned on
This commit is contained in:
parent
702a571451
commit
54a3d2ef5a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ endif()
|
|||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
add_executable(http_examples http_examples.cpp)
|
||||
target_link_libraries(http_examples simple-web-server)
|
||||
find_package(Boost 1.53.0 COMPONENTS system filesystem REQUIRED)
|
||||
find_package(Boost 1.53.0 COMPONENTS system thread filesystem REQUIRED)
|
||||
target_link_libraries(http_examples ${Boost_LIBRARIES})
|
||||
target_include_directories(http_examples PRIVATE ${Boost_INCLUDE_DIR})
|
||||
if(OPENSSL_FOUND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue