diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-14 12:40:40 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-14 12:40:40 (GMT) |
commit | dfbd4ce0f2ec91689566a8c965d7be5a6833af56 (patch) | |
tree | 56d15bb7c2c09ea7db96c43d68fceb009a6c9d09 /Modules/CPackDeb.cmake | |
parent | fbf502519203ca5d90387f66300802ceb1c97107 (diff) | |
download | CMake-dfbd4ce0f2ec91689566a8c965d7be5a6833af56.zip CMake-dfbd4ce0f2ec91689566a8c965d7be5a6833af56.tar.gz CMake-dfbd4ce0f2ec91689566a8c965d7be5a6833af56.tar.bz2 |
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.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake index a2b8261..64466fd 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: |