add libzip include dirs
This commit is contained in:
parent
6f6262f9b1
commit
29f5b9bd10
3 changed files with 5 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ IF (LIBZIP_FOUND)
|
|||
MESSAGE(STATUS "Found libzip: ${LIBZIP_LIBRARY}")
|
||||
ELSE (LIBZIP_FOUND)
|
||||
SET(LIBZIP_LIBRARY "")
|
||||
SET(LIBZIP_INCLUDE_DIRS "")
|
||||
SET(LIBZIP_INCLUDE_DIR "")
|
||||
SET(LIBZIP_CONF_INCLUDE_DIR "")
|
||||
MESSAGE(STATUS "Could not find libzip")
|
||||
ENDIF (LIBZIP_FOUND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue