diff --git a/cmake/BornAgain/Dependences.cmake b/cmake/BornAgain/Dependences.cmake
index a32b0a8749e873e135390023a85fe9bdfbaa79fc..b0560865af83526d14830853124212e060635ce3 100644
--- a/cmake/BornAgain/Dependences.cmake
+++ b/cmake/BornAgain/Dependences.cmake
@@ -70,6 +70,8 @@ endif()
 message(STATUS "Boost required libraries: ${boost_libraries_required}")
 find_package(Boost 1.65.1 COMPONENTS ${boost_libraries_required})
 message(STATUS "Boost: includes at ${Boost_INCLUDE_DIRS}, libraries at ${Boost_LIBRARY_DIRS}")
+message(STATUS "Boost libraries: ${Boost_LIBRARIES}; ${Boost_Additional_Libraries}")
+
 if(NOT Boost_FOUND)
     message(FATAL_ERROR "Not all required Boost component libraries were found")
 endif()