xlnt/source
Stefan Rommel cdb50bbd6b
Fix XLNT_INCLUDE_INSTALL_DIR
Otherwise, XLNT_INCLUDE_INSTALL_DIR is not set correctly and find_package(Xlnt) results to an error:
 ```
CMake Error at /usr/lib64/cmake/xlnt/XlntConfig.cmake:23 (message):
  File or directory include referenced by variable XLNT_INCLUDE_DIR does not
  exist !
Call Stack (most recent call first):
  /usr/lib64/cmake/xlnt/XlntConfig.cmake:41 (set_and_check)
  CMakeLists.txt:4 (find_package)
```
The content of the line 41 of /usr/lib64/cmake/xlnt/XlntConfig.cmake is: `set_and_check(XLNT_INCLUDE_DIR "include")`. 

I'm using the Arch Linux user repository package https://aur.archlinux.org/packages/xlnt/.
The used build manual is described here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=xlnt.
2020-07-16 21:29:06 +02:00
..
cell fix most (all?) the places where string<->double conversions are performed 2020-04-25 14:00:58 +12:00
detail derp, need typename too 2020-04-26 15:54:49 +12:00
drawing use clang-format, fix some small warnings 2019-12-26 12:03:12 -05:00
packaging bump copyright year to 2020 2020-02-08 12:12:59 -05:00
styles bump copyright year to 2020 2020-02-08 12:12:59 -05:00
utils bump copyright year to 2020 2020-02-08 12:12:59 -05:00
workbook bump copyright year to 2020 2020-02-08 12:12:59 -05:00
worksheet resolve warnings 2020-03-02 13:32:39 +13:00
CMakeLists.txt Fix XLNT_INCLUDE_INSTALL_DIR 2020-07-16 21:29:06 +02:00