From fb8a779c437fe11e6de44db06fbef8b7e6e1c3f6 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 28 Mar 2008 19:09:39 -0400 Subject: STYLE: add a comma to make it better understandable, also use STATUS as the other MESSAGE() calls do Alex --- Modules/CPackDeb.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake index 31f45a6..bf21172 100644 --- a/Modules/CPackDeb.cmake +++ b/Modules/CPackDeb.cmake @@ -38,7 +38,7 @@ IF(NOT CPACK_DEBIAN_PACKAGE_ARCHITECTURE) # $ dpkg --print-architecture FIND_PROGRAM(DPKG_CMD dpkg) IF(NOT DPKG_CMD) - MESSAGE("Can not find dpkg in your path default to i386.") + MESSAGE(STATUS "Can not find dpkg in your path, default to i386.") SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE i386) ENDIF(NOT DPKG_CMD) EXECUTE_PROCESS(COMMAND "${DPKG_CMD}" --print-architecture -- cgit v0.12