Skip to content

Commit eeee941

Browse files
committed
Add a status message for the Boost library version
1 parent a589834 commit eeee941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if(GRAPHQL_BUILD_HTTP_SAMPLE)
1313
if(Boost_FOUND)
1414
if(Boost_VERSION VERSION_GREATER_EQUAL "1.81.0")
1515
if(EXISTS "${Boost_INCLUDE_DIR}/boost/beast.hpp")
16+
message(STATUS "Using Boost.Beast ${Boost_VERSION}")
1617
add_subdirectory(proxy)
1718
else()
1819
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

Comments
 (0)