diff options
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}    ) | 
