Skip to content

Commit 9497510

Browse files
author
xwei19
committed
Add else check
1 parent 23bae4e commit 9497510

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ endif()
5656
find_package(Boost REQUIRED)
5757
if(Boost_FOUND)
5858
message(STATUS "Found Boost ${Boost_VERSION}.")
59+
else()
60+
message(STATUS "Could not find libraries for Boost.")
5961
endif()
6062

6163
if(YSTDLIB_CPP_ENABLE_TESTS)

0 commit comments

Comments
 (0)