diff options
Diffstat (limited to 'Modules')
-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: |