brechtsanders / xlsxio

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

Fix CMakeLists bug #108

Closed Ujifman closed 2 months ago

Ujifman commented 2 years ago

It looks like there is a bug because EXPAT_INCLUDE_DIR is set, but EXPAT_INCLUDE_DIRS is used. So expat paths were not visible while make running. Fixing name helped.

LucaPaganin commented 2 months ago

Same here, I identified the same issue and I can confirm that your solutions works