summaryrefslogtreecommitdiff
path: root/cmake/FindZIP.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindZIP.cmake')
-rw-r--r--cmake/FindZIP.cmake4
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