STYLE: add a comma to make it better understandable, also use STATUS as the
other MESSAGE() calls do Alex
This commit is contained in:
parent
cf94182624
commit
fb8a779c43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue