summaryrefslogtreecommitdiffstats
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, 1 insertions, 2 deletions
diff --git a/Modules/FindPNG.cmake b/Modules/FindPNG.cmake
index 845b9cb..3ddf05e 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)