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 23bae4e commit 9497510Copy full SHA for 9497510
CMakeLists.txt
@@ -56,6 +56,8 @@ endif()
56
find_package(Boost REQUIRED)
57
if(Boost_FOUND)
58
message(STATUS "Found Boost ${Boost_VERSION}.")
59
+else()
60
+ message(STATUS "Could not find libraries for Boost.")
61
endif()
62
63
if(YSTDLIB_CPP_ENABLE_TESTS)
0 commit comments