STYLE: add a comma to make it better understandable, also use STATUS as the

other MESSAGE() calls do

Alex
This commit is contained in:
Alexander Neundorf 2008-03-28 19:09:39 -04:00
parent cf94182624
commit fb8a779c43
1 changed files with 1 additions and 1 deletions

View File

@ -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