diff options
author | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2007-09-02 16:43:55 +0000 |
---|---|---|
committer | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2007-09-02 16:43:55 +0000 |
commit | bf3c9f9a492d63d82368fc46fbc11bb0f3a3eb93 (patch) | |
tree | c088ff7311b1dec531df72e42a4bd26dd98d67cd /modules | |
parent | e680617f2eb9de7188f1f219204f208377e300a5 (diff) | |
download | extra-cmake-modules-bf3c9f9a492d63d82368fc46fbc11bb0f3a3eb93.tar.gz extra-cmake-modules-bf3c9f9a492d63d82368fc46fbc11bb0f3a3eb93.tar.bz2 |
additional library name libpng12
svn path=/trunk/KDE/kdelibs/; revision=707676
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindPNG.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindPNG.cmake b/modules/FindPNG.cmake index 1648d82e..6939805b 100644 --- a/modules/FindPNG.cmake +++ b/modules/FindPNG.cmake @@ -24,7 +24,7 @@ IF(ZLIB_FOUND) /usr/local/include/libpng # OpenBSD ) - SET(PNG_NAMES ${PNG_NAMES} png libpng) + SET(PNG_NAMES ${PNG_NAMES} png libpng png12 libpng12) FIND_LIBRARY(PNG_LIBRARY NAMES ${PNG_NAMES} ) |