From 3c8835a4a6cfdc0ff62135e8f55e53ace89918f3 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 5 Jan 2021 15:11:53 +0100 Subject: [PATCH] cmake_ [skip ci] print major, minor and build number of boost --- cMake/FreeCAD_Helpers/PrintFinalReport.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cMake/FreeCAD_Helpers/PrintFinalReport.cmake b/cMake/FreeCAD_Helpers/PrintFinalReport.cmake index eccec0dcb2..744fdd8ce9 100644 --- a/cMake/FreeCAD_Helpers/PrintFinalReport.cmake +++ b/cMake/FreeCAD_Helpers/PrintFinalReport.cmake @@ -27,7 +27,7 @@ macro(PrintFinalReport) message(STATUS "pybind11: not enabled") endif(DEFINED pybind11_FOUND) - message(STATUS "Boost: ${Boost_VERSION}") + message(STATUS "Boost: ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION} (${Boost_VERSION})") message(STATUS "XercesC: [${XercesC_LIBRARIES}] [${XercesC_INCLUDE_DIRS}]")