summaryrefslogtreecommitdiffstats
path: root/Modules/CPackDeb.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-03-28 23:09:39 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-03-28 23:09:39 (GMT)
commitfb8a779c437fe11e6de44db06fbef8b7e6e1c3f6 (patch)
tree26468bd64ed6a3130d295ec089740d0274a40139 /Modules/CPackDeb.cmake
parentcf94182624faf2914da9971ae7d84dee69c2db48 (diff)
downloadCMake-fb8a779c437fe11e6de44db06fbef8b7e6e1c3f6.zip
CMake-fb8a779c437fe11e6de44db06fbef8b7e6e1c3f6.tar.gz
CMake-fb8a779c437fe11e6de44db06fbef8b7e6e1c3f6.tar.bz2
STYLE: add a comma to make it better understandable, also use STATUS as the
other MESSAGE() calls do Alex
Diffstat (limited to 'Modules/CPackDeb.cmake')
-rw-r--r--Modules/CPackDeb.cmake2
1 files changed, 1 insertions, 1 deletions
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