[cmake-commits] alex committed CPackDeb.cmake 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 14 08:40:42 EDT 2007


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

Modified Files:
	CPackDeb.cmake 
Log Message:

ENH: deb generator: don't use the system provided ar, but do it yourself
using the code from OpenBSD ar
COMP: don't build all package generators on all platforms

Alex


Index: CPackDeb.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPackDeb.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CPackDeb.cmake	8 Aug 2007 18:18:13 -0000	1.4
+++ CPackDeb.cmake	14 Aug 2007 12:40:40 -0000	1.5
@@ -12,13 +12,6 @@
   MESSAGE(FATAL_ERROR "CPackDeb.cmake may only be used under UNIX.")
 ENDIF(NOT UNIX)
 
-FIND_PROGRAM(AR_EXECUTABLE ar)
-
-IF(NOT AR_EXECUTABLE)
-  # Is there a *NIX out there without ar ?
-  MESSAGE(FATAL_ERROR "Debian package requires ar executable")
-ENDIF(NOT AR_EXECUTABLE)
-
 # Let's define the control file found in debian package:
 
 # Binary package:



More information about the Cmake-commits mailing list