[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [calligra] /: change cmake message line width to 67 because that is the minimal qtcreator cmake dial
From:       Yue Liu <yue.liu () mail ! com>
Date:       2014-02-28 19:35:24
Message-ID: E1WJTDQ-00014x-QA () scm ! kde ! org
[Download RAW message or body]

Git commit 1fc7e4d758e2cfddfad973fbf40872827119b77f by Yue Liu.
Committed on 28/02/2014 at 19:34.
Pushed by liu into branch 'master'.

change cmake message line width to 67 because that is the minimal qtcreator cmake \
dialog size

M  +1    -1    CMakeLists.txt
M  +7    -7    cmake/modules/CalligraProductSetMacros.cmake

http://commits.kde.org/calligra/1fc7e4d758e2cfddfad973fbf40872827119b77f

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9b2e68a..f3a193c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1129,5 +1129,5 @@ install( FILES  ${CMAKE_CURRENT_BINARY_DIR}/KoConfig.h \
DESTINATION ${INCLUDE_INS  ## temporary warning
 if (WARN_ABOUT_CREATIVEONLY)
     message(STATUS "WARNING:\n   You are using a deprecated build flag,\n   switch \
from \"-DCREATIVEONLY=ON\" to \"-DPRODUCTSET=CREATIVE\"\n   and remove the line \
                \"CREATIVEONLY:BOOL=ON\" from CMakeCache.txt")
-    message(STATUS "--------------------------------------------------------------------------" \
) +    message(STATUS \
"-------------------------------------------------------------------" )  endif \
                (WARN_ABOUT_CREATIVEONLY)
diff --git a/cmake/modules/CalligraProductSetMacros.cmake \
b/cmake/modules/CalligraProductSetMacros.cmake index 17482a6..697c046 100644
--- a/cmake/modules/CalligraProductSetMacros.cmake
+++ b/cmake/modules/CalligraProductSetMacros.cmake
@@ -103,9 +103,9 @@ macro(calligra_set_productset _productset_id)
   endif (NOT DEFINED CALLIGRA_SHOULD_BUILD_PRODUCTS)
   set(CALLIGRA_NEEDED_PRODUCTS "")
 
-  message(STATUS "--------------------------------------------------------------------------" \
) +  message(STATUS "-------------------------------------------------------------------" \
)  message(STATUS "Configured with product set \"${_productset_id}\"")
-  message(STATUS "--------------------------------------------------------------------------" \
) +  message(STATUS "-------------------------------------------------------------------" \
)  
   # backward compatibility: BUILD_app as option or passed as cmake parameter can \
overwrite product set  # and disable a product if set to FALSE (TRUE was ignored)
@@ -224,7 +224,7 @@ macro(calligra_log_should_build)
   endforeach(_product_id)
 
   if(NOT _built_dependency_product_ids STREQUAL "")
-    message(STATUS "---------------- The following required products will be built \
---------" ) +    message(STATUS "---------- The following required products will be \
built ----------")  foreach(_product_id ${_built_dependency_product_ids})
       if (DEFINED CALLIGRA_PRODUCT_${_product_id}_dependents)
         set(dependents "   [[needed by: \
${CALLIGRA_PRODUCT_${_product_id}_dependents}]]") @@ -237,7 +237,7 @@ \
macro(calligra_log_should_build)  message(STATUS "")
   endif(NOT _built_dependency_product_ids STREQUAL "")
   if(NOT _not_built_dependency_product_ids STREQUAL "")
-    message(STATUS "---------------- The following required products can NOT be \
built -----" ) +    message(STATUS "-------- The following required products can NOT \
be built ---------")  foreach(_product_id ${_not_built_dependency_product_ids})
       if (DEFINED CALLIGRA_PRODUCT_${_product_id}_dependents)
         set(dependents "   [[needed by: \
${CALLIGRA_PRODUCT_${_product_id}_dependents}]]") @@ -249,15 +249,15 @@ \
macro(calligra_log_should_build)  endforeach(_product_id)
     message(STATUS "")
   endif(NOT _not_built_dependency_product_ids STREQUAL "")
-  message(STATUS "---------------- The following products will be built \
--------------------" ) +  message(STATUS "-------------- The following products will \
be built ---------------")  foreach(_product_id ${_built_product_ids})
       message(STATUS "${_product_id}:  ${CALLIGRA_PRODUCT_${_product_id}_name}" )
   endforeach(_product_id)
   if(NOT _not_built_product_ids STREQUAL "")
-    message(STATUS "\n---------------- The following products can NOT be built \
------------" ) +    message(STATUS "\n-------------- The following products can NOT \
be built ------------")  foreach(_product_id ${_not_built_product_ids})
         message(STATUS "${_product_id}:  ${CALLIGRA_PRODUCT_${_product_id}_name}  |  \
${BUILD_${_product_id}_DISABLE_REASON}" )  endforeach(_product_id)
   endif(NOT _not_built_product_ids STREQUAL "")
-  message(STATUS "--------------------------------------------------------------------------" \
) +  message(STATUS "-------------------------------------------------------------------" \
)  endmacro(calligra_log_should_build)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic