brechtsanders / xlsxio

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

EXPAT_INCLUDE_DIRS should be EXPAT_INCLUDE_DIR #120

Open z16166 opened 1 year ago

z16166 commented 1 year ago

in CMakeLists.txt:

INCLUDE_DIRECTORIES(${EXPAT_INCLUDE_DIRS})

should be:

INCLUDE_DIRECTORIES(${EXPAT_INCLUDE_DIR})