summaryrefslogtreecommitdiff
path: root/Modules/FindPNG.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindPNG.cmake')
-rw-r--r--Modules/FindPNG.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/FindPNG.cmake b/Modules/FindPNG.cmake
index 3ddf05e29f..845b9cbea4 100644
--- a/Modules/FindPNG.cmake
+++ b/Modules/FindPNG.cmake
@@ -23,8 +23,9 @@ IF(ZLIB_FOUND)
)
FIND_LIBRARY(PNG_LIBRARY png
- /usr/lib
/usr/local/lib
+ /usr/lib64
+ /usr/lib
)
IF (PNG_LIBRARY)