Browse Source

closes https://github.com/assimp/assimp/issues/967: add unzip include path
when no other version was found.

Kim Kulling 9 years ago
parent
commit
b916857659
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/CMakeLists.txt

+ 1 - 0
code/CMakeLists.txt

@@ -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}")