mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +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
|
/usr/include
|
||||||
)
|
)
|
||||||
|
|
||||||
SET(PNG_NAMES ${PNG_NAMES} png)
|
SET(PNG_NAMES ${PNG_NAMES} png libpng)
|
||||||
FIND_LIBRARY(PNG_LIBRARY
|
FIND_LIBRARY(PNG_LIBRARY
|
||||||
NAMES ${PNG_NAMES}
|
NAMES ${PNG_NAMES}
|
||||||
PATHS /usr/lib /usr/local/lib
|
PATHS /usr/lib /usr/local/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user