jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.48k stars 330 forks source link

Fix zlib/minizip dep required version in CMake #402

Closed yihuajack closed 1 year ago

yihuajack commented 1 year ago

Fix #398

This PR is intended to fix the bug caused by find_package()

See https://cmake.org/cmake/help/latest/command/find_package.html

jmcnamara commented 1 year ago

Merged. Thanks.