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}")
|
MESSAGE(STATUS "Found libzip: ${LIBZIP_LIBRARY}")
|
||||||
ELSE (LIBZIP_FOUND)
|
ELSE (LIBZIP_FOUND)
|
||||||
SET(LIBZIP_LIBRARY "")
|
SET(LIBZIP_LIBRARY "")
|
||||||
SET(LIBZIP_INCLUDE_DIRS "")
|
SET(LIBZIP_INCLUDE_DIR "")
|
||||||
|
SET(LIBZIP_CONF_INCLUDE_DIR "")
|
||||||
MESSAGE(STATUS "Could not find libzip")
|
MESSAGE(STATUS "Could not find libzip")
|
||||||
ENDIF (LIBZIP_FOUND)
|
ENDIF (LIBZIP_FOUND)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 354fc1d68dd8a1cff43ae2cec9a4d294eabcb0c9
|
Subproject commit 21f511f4cff44bff275b2e6e456b7b30ed07d6f1
|
|
@ -6,6 +6,8 @@ list(REMOVE_ITEM pfaedle_SRC ${pfaedle_main})
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${PFAEDLE_INCLUDE_DIR}
|
${PFAEDLE_INCLUDE_DIR}
|
||||||
|
SYSTEM ${LIBZIP_INCLUDE_DIR}
|
||||||
|
SYSTEM ${LIBZIP_CONF_INCLUDE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
configure_file (
|
configure_file (
|
||||||
|
|
Loading…
Reference in a new issue