mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 18:01:18 +03:00
cmake: Cleanup of cmake messages.
* Removed unessesary spaces. * Changed INFO to STATUS since INFO is not a cmake message keyword. * Changed a few messages from status/info to warning. * Fixed trailing carriage return on yuidoc execute_process. * Removed my debug messages for CXX vs C. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -95,7 +95,7 @@ IF(NOT CPACK_DEBIAN_PACKAGE_ARCHITECTURE)
|
||||
# $ dpkg --print-architecture
|
||||
FIND_PROGRAM(DPKG_CMD dpkg)
|
||||
IF(NOT DPKG_CMD)
|
||||
MESSAGE(STATUS "Can not find dpkg in your path, default to i386.")
|
||||
MESSAGE(WARNING "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
|
||||
|
Reference in New Issue
Block a user