brechtsanders / xlsxio

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

Changed MINIZIP_NG_SUFFIX from option to cache string #116

Closed jorbakk closed 1 year ago

jorbakk commented 1 year ago

When MINIZIP_NG_SUFFIX is and option and it is set to the empty string then "OFF" is appended to MINIZIP_NG instead of the empty string. For non-boolean configurations, a cmake CACHE STRING is preferred.