From e8b3f72f501fa84599f667e946a4d4e8eb292971 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 4 Nov 2016 10:41:16 +0100 Subject: [PATCH] Log currently processed project --- cmake/modules/BasicConfig.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/BasicConfig.cmake b/cmake/modules/BasicConfig.cmake index cefe238..d33f3fc 100644 --- a/cmake/modules/BasicConfig.cmake +++ b/cmake/modules/BasicConfig.cmake @@ -1,6 +1,7 @@ # before including this module, the project meta-data must be set # set project name (displayed in Qt Creator) +message(STATUS "Configuring project ${TARGET_PREFIX}${META_PROJECT_NAME}${TARGET_SUFFIX}") project(${META_PROJECT_NAME}) # set META_PROJECT_VARNAME and META_PROJECT_VARNAME_UPPER if not specified explicitely