From 0035b8b3d3e8846251fefb8cb02238e7968dd6df Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 25 Jun 2014 16:25:56 +0200 Subject: [PATCH] Better CalamaresAddPlugin output --- CalamaresAddPlugin.cmake | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CalamaresAddPlugin.cmake b/CalamaresAddPlugin.cmake index d19b34f7d..b177e58d3 100644 --- a/CalamaresAddPlugin.cmake +++ b/CalamaresAddPlugin.cmake @@ -15,15 +15,15 @@ function(calamares_add_plugin) set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}") include(CMakeColors) - message("${BoldYellow}Found ${CALAMARES_APPLICATION_NAME} module: ${BoldRed}${PLUGIN_NAME}${ColorReset}") - message(" ${BoldYellow}*${ColorReset} ${Green}SOURCES:${ColorReset} ${PLUGIN_SOURCES}") - message(" ${BoldYellow}*${ColorReset} ${Green}LINK_LIBRARIES:${ColorReset} ${PLUGIN_LINK_LIBRARIES}") - message(" ${BoldYellow}*${ColorReset} ${Green}UI:${ColorReset} ${PLUGIN_UI}") - message(" ${BoldYellow}*${ColorReset} ${Green}TYPE:${ColorReset} ${PLUGIN_TYPE}") - message(" ${BoldYellow}*${ColorReset} ${Green}EXPORT_MACRO:${ColorReset} ${PLUGIN_EXPORT_MACRO}") - message(" ${BoldYellow}*${ColorReset} ${Green}NO_INSTALL:${ColorReset} ${PLUGIN_NO_INSTALL}") - message(" ${BoldYellow}*${ColorReset} ${Green}CONFIG_FILE:${ColorReset} ${PLUGIN_CONFIG_FILE}") - message(" ${BoldYellow}*${ColorReset} ${Green}PLUGIN_DESTINATION:${ColorReset} ${PLUGIN_DESTINATION}") + message("-- ${BoldYellow}Found ${CALAMARES_APPLICATION_NAME} module: ${BoldRed}${PLUGIN_NAME}${ColorReset}") + message(" ${Green}SOURCES:${ColorReset} ${PLUGIN_SOURCES}") + message(" ${Green}LINK_LIBRARIES:${ColorReset} ${PLUGIN_LINK_LIBRARIES}") + message(" ${Green}UI:${ColorReset} ${PLUGIN_UI}") + message(" ${Green}TYPE:${ColorReset} ${PLUGIN_TYPE}") + message(" ${Green}EXPORT_MACRO:${ColorReset} ${PLUGIN_EXPORT_MACRO}") + message(" ${Green}NO_INSTALL:${ColorReset} ${PLUGIN_NO_INSTALL}") + message(" ${Green}CONFIG_FILE:${ColorReset} ${PLUGIN_CONFIG_FILE}") + message(" ${Green}PLUGIN_DESTINATION:${ColorReset} ${PLUGIN_DESTINATION}") # create target name once for convenience set(target "calamares_${PLUGIN_TYPE}_${PLUGIN_NAME}")