1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 12:28:31 +01:00

Print out the Clementine display version in the cmake summary.

This commit is contained in:
John Maguire 2014-01-28 14:54:52 +01:00
parent 59cb17c08d
commit 9858a9d506

View File

@ -25,6 +25,8 @@ endmacro(summary_show_part)
macro(summary_show) macro(summary_show)
list(SORT summary_willbuild) list(SORT summary_willbuild)
list(SORT summary_willnotbuild) 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_willbuild "The following components will be built:")
summary_show_part(summary_willnotbuild "The following components WILL NOT be built:") summary_show_part(summary_willnotbuild "The following components WILL NOT be built:")
message("") message("")