bjornblissing / osg-3rdparty-cmake

CMake scripts for building OpenSceneGraph third party libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMakeLists not working for latest minizip

binpick opened this issue · comments

The CMakeLists.txt points to

SET(MINIZIP_SRCS
${MINIZIP_SOURCE_DIR}/crypt.c

that does not exist anymore in the current master branch.

The Minizip project have performed some major refactoring.
The last working commit before this refactoring is zlib-ng/minizip-ng@dac3770

Since Minizip is only used in combination with Collada and Collada is not included with these dependencies I am considering dropping support for Minizip until Collada is included as well.

I have updated the appveyor checkout hash. So the prebuilt version are now using the commit cited above.

The change can be found here:
3d09a87