brechtsanders / xlsxio

XLSX I/O - C library for reading and writing .xlsx files
MIT License
417 stars 112 forks source link

WIP #72

Closed Pospelove closed 4 years ago

brechtsanders commented 4 years ago

Can you explain why this is needed? It looks like you're looking for minizip in the project's folder, but I don't plan to ship it. Why was FindMinizip.cmake removed?

brechtsanders commented 4 years ago

This breaks CI tests. If you want to find minizip in a custom location use -DMINIZIP_DIR:PATH=<somepath> as CMake flag.