Print out the Clementine display version in the cmake summary.

(cherry picked from commit 9858a9d506)
This commit is contained in:
John Maguire 2014-01-28 14:54:52 +01:00
parent 9acd2e59c2
commit 73ac5bc1ee
1 changed files with 2 additions and 0 deletions

View File

@ -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("")