diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-04 18:47:21 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-04 18:47:21 +0200 |
| commit | 0bebf55b9729d23558403838d08045491407884e (patch) | |
| tree | 3818aa5b7fc4525f010770437a00d3e770bbe0e3 /cmake | |
| parent | 060a922dc759bf3ad672f689649a62bc752c884d (diff) | |
Fix typo
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/FindZIP.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindZIP.cmake b/cmake/FindZIP.cmake index fc20eaa..cd220c9 100644 --- a/cmake/FindZIP.cmake +++ b/cmake/FindZIP.cmake @@ -21,7 +21,7 @@ ELSE(ZIP_LIBRARIES AND ZIP_INCLUDE_DIR) SET(ZIP_NAMES zip) FIND_LIBRARY(ZIP_LIBRARIES NAMES ${ZIP_NAMES} PATHS - ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/ + ${CMAKE_SOURCE_DIR}/packaging/windows/LibZip/ /usr/local/include /usr/include NO_DEFAULT_PATH |