We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a589834 commit eeee941Copy full SHA for eeee941
samples/CMakeLists.txt
@@ -13,6 +13,7 @@ if(GRAPHQL_BUILD_HTTP_SAMPLE)
13
if(Boost_FOUND)
14
if(Boost_VERSION VERSION_GREATER_EQUAL "1.81.0")
15
if(EXISTS "${Boost_INCLUDE_DIR}/boost/beast.hpp")
16
+ message(STATUS "Using Boost.Beast ${Boost_VERSION}")
17
add_subdirectory(proxy)
18
else()
19
message(WARNING "GRAPHQL_BUILD_HTTP_SAMPLE requires the Boost.Beast header-only library, but it was not found in ${Boost_INCLUDE_DIR}.")
0 commit comments