closes https://github.com/assimp/assimp/issues/967: add unzip include path
authorKim Kulling <kim.kulling@googlemail.com>
Sun, 14 Aug 2016 09:44:21 +0000 (11:44 +0200)
committerKim Kulling <kim.kulling@googlemail.com>
Sun, 14 Aug 2016 09:44:21 +0000 (11:44 +0200)
when no other version was found.

code/CMakeLists.txt

index 35ecf50..9baa4db 100644 (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}")