diff options
| author | Dusan Durech <dusan.d@Centrum.sk> | 2009-08-16 15:33:47 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan.d@Centrum.sk> | 2009-08-16 15:33:47 +0200 |
| commit | fcafb3fc81d340f939bdde215b813d69c34ac9e0 (patch) | |
| tree | a47062bee471b6a1384002ff2e4e5f4caf89afec /cmake/FindZIP.cmake | |
| parent | b97ea6df3480e023a4e1be76ed6c357c7f06f01e (diff) | |
| parent | 80fa5d597783793afab25d55757254dcf9172716 (diff) | |
Merge branch 'master' of ssh://oroborus@repo.or.cz/srv/git/tuxanci
Diffstat (limited to 'cmake/FindZIP.cmake')
| -rw-r--r-- | cmake/FindZIP.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindZIP.cmake b/cmake/FindZIP.cmake index e50aedf..bbc3765 100644 --- a/cmake/FindZIP.cmake +++ b/cmake/FindZIP.cmake @@ -12,18 +12,18 @@ IF(ZIP_LIBRARIES AND ZIP_INCLUDE_DIR) ELSE(ZIP_LIBRARIES AND ZIP_INCLUDE_DIR) FIND_PATH(ZIP_INCLUDE_DIR zip.h PATHS - ${CMAKE_SOURCE_DIR}/packaging/windows/LibZip/include /usr/local/include /usr/include + ${CMAKE_SOURCE_DIR}/packaging/windows/LibZip/include NO_DEFAULT_PATH ) FIND_LIBRARY(ZIP_LIBRARIES NAMES zip zip-1 PATH_SUFFIXES lib64 lib PATHS - ${CMAKE_SOURCE_DIR}/packaging/windows/LibZip/ /usr/local /usr + ${CMAKE_SOURCE_DIR}/packaging/windows/LibZip/ ) # handle the QUIETLY and REQUIRED arguments and set ZIP_FOUND to TRUE if |