|
From: Laurent C. <lor...@us...> - 2010-01-21 22:26:28
|
Module: performous
Branch: master
Commit: 33cccacbaaa3d613549b31903499d8cdf0f996fc
Author: Laurent Carlier <lor...@us...>
Date: Thu Jan 21 23:24:04 2010 +0100
Add detection for libpng 1.4.x
---
cmake/Modules/FindPng.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cmake/Modules/FindPng.cmake b/cmake/Modules/FindPng.cmake
index 0f52098..7472c40 100644
--- a/cmake/Modules/FindPng.cmake
+++ b/cmake/Modules/FindPng.cmake
@@ -18,7 +18,7 @@ find_path(Png_INCLUDE_DIR
)
find_library(Png_LIBRARY
- NAMES png12
+ NAMES png12 png14
PATHS ${Png_PKGCONF_LIBRARY_DIRS}
)
|