summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-14 21:20:05 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-14 21:20:05 +0200
commit3c63ce46b78a3e106d5648c8d81b8da1a28b03f5 (patch)
tree030cce76fbd2b77fd6e15a44ed301eed7f4cabbf
parent02012d50cfe73fbf49972dcc9d928fba899ebae3 (diff)
Typo
-rw-r--r--cmake/FindZIP.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindZIP.cmake b/cmake/FindZIP.cmake
index 423c07a..fa76352 100644
--- a/cmake/FindZIP.cmake
+++ b/cmake/FindZIP.cmake
@@ -13,7 +13,7 @@ ELSE(ZIP_LIBRARIES AND ZIP_INCLUDE_DIR)
FIND_PATH(ZIP_INCLUDE_DIR zip.h)
SET(ZIP_NAMES zip)
- FIND_LIBRARY(ZIP_LIBRARY NAMES ${ZIP_NAMES})
+ FIND_LIBRARY(ZIP_LIBRARIES NAMES ${ZIP_NAMES})
# handle the QUIETLY and REQUIRED arguments and set ZIP_FOUND to TRUE if
# all listed variables are TRUE