Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Apr 25, 2024
1 parent c636cb6 commit 1ddd846
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,35 +290,7 @@ message(STATUS "OR-Tools tag ${ORTOOLS_TAG}")
FetchContent_MakeAvailable(ortools)
endif()

# find_package(minizip QUIET)

# if(NOT minizip_FOUND OR BUILD_MINIZIP)
# if (NOT minizip_FOUND)
# message("minizip not found, downloading")
# endif ()
# if (BUILD_MINIZIP)
# message("BUILD_MINIZIP set, downloading")
# endif ()
# # Repository + tag
# set(MZ_REPOSITORY "https://github.com/zlib-ng/minizip-ng.git")
# set(MZ_TAG "4.0.1")
# # CMake flags
# set(MZ_LZMA "OFF" CACHE INTERNAL "")
# set(MZ_ZSTD "OFF" CACHE INTERNAL "")
# set(MZ_BZIP2 "OFF" CACHE INTERNAL "")
# set(MZ_PKCRYPT "OFF" CACHE INTERNAL "")
# set(MZ_WZAES "OFF" CACHE INTERNAL "")
# set(MZ_OPENSSL "OFF" CACHE INTERNAL "")
# set(MZ_ICONV "OFF" CACHE INTERNAL "")

# FetchContent_Declare(minizip
# GIT_REPOSITORY ${MZ_REPOSITORY}
# GIT_TAG ${MZ_TAG}
# OVERRIDE_FIND_PACKAGE
# )

# FetchContent_MakeAvailable(minizip)
# endif()

find_package(minizip-ng REQUIRED)


Expand Down

0 comments on commit 1ddd846

Please sign in to comment.