Skip to content

Commit

Permalink
Remove unused CMake option BUILD_MINIZIP (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes authored Jun 28, 2024
1 parent 54954cd commit 69a64bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ message(STATUS "Build antares tools: ${BUILD_TOOLS}")
option(BUILD_ORTOOLS "Build OR-Tools" OFF)
message(STATUS "Build OR-Tools: ${BUILD_ORTOOLS}")

option(BUILD_MINIZIP "Build minizip" OFF)
message(STATUS "Build minizip: ${BUILD_MINIZIP}")

option(WITH_ANTLR4 "With antlr4" OFF)
message(STATUS "With antlr4: ${WITH_ANTLR4}")

Expand Down

0 comments on commit 69a64bd

Please sign in to comment.