add missing include

static_zlib
kimkulling 2021-01-20 11:01:20 +01:00
parent 4b14b702ae
commit 77d710bc64
1 changed files with 2 additions and 0 deletions

View File

@ -964,7 +964,9 @@ IF(ASSIMP_HUNTER_ENABLED)
ELSE()
IF ( NOT ASSIMP_BUILD_ZLIB )
FIND_PACKAGE(ZLIB)
INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR})
ELSE()
MESSAGE(STATUS "compiling zlib from sources")
SET( zlib_SRCS
../contrib/zlib/crc32.h
../contrib/zlib/deflate.h