Merge pull request #976 from assimp/issues_967

closes https://github.com/assimp/assimp/issues/967: add unzip include path
pull/983/head
Kim Kulling 2016-08-14 12:24:49 +02:00 committed by GitHub
commit 86470541b1
1 changed files with 1 additions and 0 deletions

View File

@ -722,6 +722,7 @@ if (UNZIP_FOUND)
SET (unzip_compile_SRCS "")
else (UNZIP_FOUND)
SET (unzip_compile_SRCS ${unzip_SRCS})
INCLUDE_DIRECTORIES( "../contrib/unzip/" )
endif (UNZIP_FOUND)
MESSAGE(STATUS "Enabled formats:${ASSIMP_IMPORTERS_ENABLED}")