1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-28 18:19:42 +01:00

Print out the Clementine display version in the cmake summary.

(cherry picked from commit 9858a9d5068216bc8a42f4f69a92cb44c3bd0c15)
This commit is contained in:
John Maguire 2014-01-28 14:54:52 +01:00
parent 9acd2e59c2
commit 73ac5bc1ee

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