summaryrefslogtreecommitdiff
path: root/Modules/CPackDeb.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-14 08:40:40 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-08-14 08:40:40 -0400
commitdfbd4ce0f2ec91689566a8c965d7be5a6833af56 (patch)
tree56d15bb7c2c09ea7db96c43d68fceb009a6c9d09 /Modules/CPackDeb.cmake
parentfbf502519203ca5d90387f66300802ceb1c97107 (diff)
downloadcmake-dfbd4ce0f2ec91689566a8c965d7be5a6833af56.tar.gz
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
Diffstat (limited to 'Modules/CPackDeb.cmake')
-rw-r--r--Modules/CPackDeb.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake
index a2b826192b..64466fdf97 100644
--- a/Modules/CPackDeb.cmake
+++ b/Modules/CPackDeb.cmake
@@ -12,13 +12,6 @@ IF(NOT UNIX)
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: