zlib names typo
This commit is contained in:
parent
d5ea411b9a
commit
8da1718e0b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue