summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-05-04 19:04:23 +0200
committerTomáš Chvátal <scarabeus@gentoo.org>2009-05-04 19:04:23 +0200
commitc742f532d1724cc85b8d6bd7f1e3d4b2afddb01d (patch)
tree1e46ee527955542c8c9e2e2c737cc5cdbe3c334e
parent0bebf55b9729d23558403838d08045491407884e (diff)
Again test 2 for ziplib
-rw-r--r--cmake/FindZIP.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/FindZIP.cmake b/cmake/FindZIP.cmake
index cd220c9..cfea93a 100644
--- a/cmake/FindZIP.cmake
+++ b/cmake/FindZIP.cmake
@@ -21,9 +21,9 @@ ELSE(ZIP_LIBRARIES AND ZIP_INCLUDE_DIR)
SET(ZIP_NAMES zip)
FIND_LIBRARY(ZIP_LIBRARIES NAMES ${ZIP_NAMES}
PATHS
- ${CMAKE_SOURCE_DIR}/packaging/windows/LibZip/
- /usr/local/include
- /usr/include
+ ${CMAKE_SOURCE_DIR}/packaging/windows/LibZip/lib
+ /usr/local/lib
+ /usr/lib
NO_DEFAULT_PATH
)