[Cmake-commits] [cmake-commits] alex committed CPackDeb.cmake 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 28 19:09:41 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv19112

Modified Files:
	CPackDeb.cmake 
Log Message:
STYLE: add a comma to make it better understandable, also use STATUS as the
other MESSAGE() calls do

Alex


Index: CPackDeb.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPackDeb.cmake,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** CPackDeb.cmake	28 Mar 2008 18:08:07 -0000	1.11
--- CPackDeb.cmake	28 Mar 2008 23:09:39 -0000	1.12
***************
*** 39,43 ****
    FIND_PROGRAM(DPKG_CMD dpkg)
    IF(NOT DPKG_CMD)
!     MESSAGE("Can not find dpkg in your path default to i386.")
      SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE i386)
    ENDIF(NOT DPKG_CMD)
--- 39,43 ----
    FIND_PROGRAM(DPKG_CMD dpkg)
    IF(NOT DPKG_CMD)
!     MESSAGE(STATUS "Can not find dpkg in your path, default to i386.")
      SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE i386)
    ENDIF(NOT DPKG_CMD)



More information about the Cmake-commits mailing list