Antares_Simulator icon indicating copy to clipboard operation
Antares_Simulator copied to clipboard

Move minizip-ng installation to vcpkg

Open JasonMarechal25 opened this issue 1 year ago • 0 comments

Currently minizip-ng is get through CMake fetch_content_declare. This works but "promote" minizip-ng to first party for CMake build system.

An official port of minizip-ng (not to confuse with unofficial port of minizip) exists in vcpkg. Installing the dependency with vcpkg would bring the following advantages:

  • minizip-ng is kept as third-party
  • zlib is installed as third party dependency
  • standardize dependency installation in vcpkg

JasonMarechal25 avatar Nov 22 '23 08:11 JasonMarechal25