summaryrefslogtreecommitdiff
path: root/Modules/FindPNG.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-07 14:27:01 -0400
committerBrad King <brad.king@kitware.com>2005-04-07 14:27:01 -0400
commit290ffc01b64d18e694a960f432ed198a8d4ab290 (patch)
tree7f634c97aa787e1cbced7037d94023740bc91aa1 /Modules/FindPNG.cmake
parent1c73f2f743f184f90c67ca4c715be67dd35f93d7 (diff)
downloadcmake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.gz
ENH: Removing extra 64-bit search paths. They are now constructed automatically from the paths listed.
Diffstat (limited to 'Modules/FindPNG.cmake')
-rw-r--r--Modules/FindPNG.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/FindPNG.cmake b/Modules/FindPNG.cmake
index 845b9cbea4..3ddf05e29f 100644
--- a/Modules/FindPNG.cmake
+++ b/Modules/FindPNG.cmake
@@ -23,9 +23,8 @@ IF(ZLIB_FOUND)
)
FIND_LIBRARY(PNG_LIBRARY png
- /usr/local/lib
- /usr/lib64
/usr/lib
+ /usr/local/lib
)
IF (PNG_LIBRARY)