mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
ENH: Put libpng name back because it is needed for plain windows.
This commit is contained in:
parent
64cb554397
commit
3f978317b7
@ -18,7 +18,7 @@ IF(ZLIB_FOUND)
|
||||
/usr/include
|
||||
)
|
||||
|
||||
SET(PNG_NAMES ${PNG_NAMES} png)
|
||||
SET(PNG_NAMES ${PNG_NAMES} png libpng)
|
||||
FIND_LIBRARY(PNG_LIBRARY
|
||||
NAMES ${PNG_NAMES}
|
||||
PATHS /usr/lib /usr/local/lib
|
||||
|
Loading…
Reference in New Issue
Block a user