diff options
author | Brad King <brad.king@kitware.com> | 2005-04-07 18:27:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-04-07 18:27:01 (GMT) |
commit | 290ffc01b64d18e694a960f432ed198a8d4ab290 (patch) | |
tree | 7f634c97aa787e1cbced7037d94023740bc91aa1 /Modules/FindZLIB.cmake | |
parent | 1c73f2f743f184f90c67ca4c715be67dd35f93d7 (diff) | |
download | CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.zip CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.gz CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.bz2 |
ENH: Removing extra 64-bit search paths. They are now constructed automatically from the paths listed.
Diffstat (limited to 'Modules/FindZLIB.cmake')
-rw-r--r-- | Modules/FindZLIB.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/FindZLIB.cmake b/Modules/FindZLIB.cmake index 9194fdd..cb23b6d 100644 --- a/Modules/FindZLIB.cmake +++ b/Modules/FindZLIB.cmake @@ -11,7 +11,6 @@ FIND_PATH(ZLIB_INCLUDE_DIR zlib.h ) FIND_LIBRARY(ZLIB_LIBRARY z - /usr/lib64 /usr/lib /usr/local/lib ) |