make libzip optional
This commit is contained in:
parent
0699fccb1e
commit
57545ced30
6 changed files with 65 additions and 3 deletions
|
|
@ -44,6 +44,6 @@ MARK_AS_ADVANCED(LIBZIP_LIBRARY LIBZIP_INCLUDE_DIR LIBZIP_CONF_INCLUDE_DIR LIBZI
|
|||
|
||||
IF (LIBZIP_FOUND)
|
||||
MESSAGE(STATUS "Found libzip: ${LIBZIP_LIBRARY}")
|
||||
ELSE (LIPZIP_FOUND)
|
||||
ELSE (LIBZIP_FOUND)
|
||||
MESSAGE(FATAL_ERROR "Could not find libzip")
|
||||
ENDIF (LIBZIP_FOUND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue