- Fix build in presence of minizip

PR:		208563
Approved by:	maintainer timeout (yuri@tsoft.com, 2 weeks)
This commit is contained in:
Dmitry Marakasov 2016-04-22 17:15:38 +00:00
parent eed40caab8
commit 178ed477bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413789

View file

@ -0,0 +1,10 @@
--- CMakeLists.txt.orig 2014-06-14 15:00:10 UTC
+++ CMakeLists.txt
@@ -153,7 +153,6 @@ INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR})
# Search for unzip
if (PKG_CONFIG_FOUND)
- PKG_CHECK_MODULES(UNZIP minizip)
endif (PKG_CONFIG_FOUND)
IF ( ASSIMP_NO_EXPORT )