[cmake-commits] alex committed CPackDeb.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jul 25 10:57:35 EDT 2007


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

Added Files:
	CPackDeb.cmake 
Log Message:

ENH: add an empty debian package generator, Mathieu volunteered to fill it
:-)

Alex


--- NEW FILE: CPackDeb.cmake ---
IF(CMAKE_BINARY_DIR)
  MESSAGE(FATAL_ERROR "CPackDeb.cmake may only be used by CPack internally.")
ENDIF(CMAKE_BINARY_DIR)

IF(NOT UNIX)
  MESSAGE(FATAL_ERROR "CPackDeb.cmake may only be used under UNIX.")
ENDIF(NOT UNIX)

FIND_PROGRAM(AR_EXECUTABLE ar)




More information about the Cmake-commits mailing list