zlib names typo

This commit is contained in:
cen1 2017-03-29 23:43:59 +02:00 committed by HarpyWar
parent d5ea411b9a
commit 8da1718e0b

View file

@ -40,7 +40,7 @@ IF (ZLIB_FOUND)
ENDIF (NOT ZLIB_FIND_QUIETLY)
ELSE (ZLIB_FOUND)
IF (ZLIB_FIND_REQUIRED)
MESSAGE(STATUS "Looked for Z libraries named ${ZLIBS_NAMES}.")
MESSAGE(STATUS "Looked for Z libraries named ${ZLIB_NAMES}.")
MESSAGE(FATAL_ERROR "Could NOT find z library")
ENDIF (ZLIB_FIND_REQUIRED)
ENDIF (ZLIB_FOUND)