diff --git a/cmake/Summary.cmake b/cmake/Summary.cmake index 55e511e98..4202741aa 100644 --- a/cmake/Summary.cmake +++ b/cmake/Summary.cmake @@ -25,6 +25,8 @@ endmacro(summary_show_part) macro(summary_show) list(SORT summary_willbuild) list(SORT summary_willnotbuild) + message("") + message("Building Clementine version: ${CLEMENTINE_VERSION_DISPLAY}") summary_show_part(summary_willbuild "The following components will be built:") summary_show_part(summary_willnotbuild "The following components WILL NOT be built:") message("")