From d127bcfb0941d74f9f30f062d963e76d6883551c Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Fri, 7 Jan 2011 12:50:32 +0200 Subject: [PATCH] CMakeLists.txt: Tweak status summary --- CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74f7423..71644cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,9 +184,15 @@ subdirs (doc) # Status. message (STATUS) -message (STATUS "Configuration for") +message (STATUS "Configured:") message (STATUS " NomNom ${VERSION_LONG}") message (STATUS) +message (STATUS "Found:") +message (STATUS " Compiler: ${CMAKE_CXX_COMPILER}") +message (STATUS " Linker : ${CMAKE_LINKER}") +message (STATUS " Make : ${CMAKE_MAKE_PROGRAM}") +message (STATUS " Qt : ${qt_VERSION}") +message (STATUS) message (STATUS "Options:") message (STATUS " Install prefix: ${CMAKE_INSTALL_PREFIX}") message (STATUS " Host setup : ${HOST_SETUP}") @@ -197,12 +203,6 @@ message (STATUS " Without desktop: ${WITHOUT_DESKTOP}") message (STATUS " Without transl.: ${WITHOUT_QM}") message (STATUS " Without doc : ${WITHOUT_DOC}") message (STATUS) -message (STATUS "Found:") -message (STATUS " Compiler: ${CMAKE_CXX_COMPILER}") -message (STATUS " Linker : ${CMAKE_LINKER}") -message (STATUS " Make : ${CMAKE_MAKE_PROGRAM}") -message (STATUS " Qt : ${qt_VERSION}") -message (STATUS) # Force these variables to be written to cache. -- 2.11.4.GIT