From 77d710bc64a6e72a0b7cc98896ced9e92e85991f Mon Sep 17 00:00:00 2001 From: kimkulling Date: Wed, 20 Jan 2021 11:01:20 +0100 Subject: [PATCH] add missing include --- code/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 0dbf712c1..fd10bd163 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -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