diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-04 19:05:20 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-04 19:05:20 +0200 |
| commit | bddc83bc765b4289451893d2ebde7af9ffa7e3e7 (patch) | |
| tree | 60c556271d820b6ed8b01c98b0a4ad8ecf717cd7 /cmake | |
| parent | c742f532d1724cc85b8d6bd7f1e3d4b2afddb01d (diff) | |
pass 3...
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/FindZIP.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmake/FindZIP.cmake b/cmake/FindZIP.cmake index cfea93a..7147d87 100644 --- a/cmake/FindZIP.cmake +++ b/cmake/FindZIP.cmake @@ -20,11 +20,11 @@ ELSE(ZIP_LIBRARIES AND ZIP_INCLUDE_DIR) SET(ZIP_NAMES zip) FIND_LIBRARY(ZIP_LIBRARIES NAMES ${ZIP_NAMES} + PATH_SUFFIXES lib64 lib PATHS - ${CMAKE_SOURCE_DIR}/packaging/windows/LibZip/lib - /usr/local/lib - /usr/lib - NO_DEFAULT_PATH + ${CMAKE_SOURCE_DIR}/packaging/windows/LibZip + /usr/local + /usr ) # handle the QUIETLY and REQUIRED arguments and set ZIP_FOUND to TRUE if |