Skip to content

Commit

Permalink
minizip-ng --> minizip
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Sep 21, 2022
1 parent f7b2229 commit 9195347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ endif()
add_subdirectory(antares-deps)

add_subdirectory(cmake/dependencies ${CMAKE_CURRENT_BINARY_DIR}/build_deps)
find_package(minizip-ng REQUIRED)
find_package(minizip REQUIRED)
# ---------------------------------------------------------------------------
# Boost
# ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/helpers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ target_link_libraries (helpers
solvers
glog::glog
gflags::gflags
MINIZIP::minizip-ng
MINIZIP::minizip
)

0 comments on commit 9195347

Please sign in to comment.