Commit dcd22dd3 authored by f3nix's avatar f3nix

One may turn off minizip building on windows by setting BUILD_MINIZIP to OFF.

parent 32b4d32b
IF(UNIX)
FIND_PACKAGE(ZLIB)
IF(ZLIB_FOUND)
MESSAGE(STATUS "Check for installed ZLIB -- found")
......@@ -18,5 +16,3 @@ ADD_EXECUTABLE(minizip ${MINIZIP_SRCS} )
TARGET_LINK_LIBRARIES(minizip ${ZLIB_LIBRARIES})
INSTALL(TARGETS minizip RUNTIME DESTINATION bin)
ENDIF(UNIX)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment