xlsxio
xlsxio copied to clipboard
Fix CMakeLists bug
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.