mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 06:06:09 -06:00
Fix format for CI style check
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
This commit is contained in:
parent
9fa72e24cd
commit
45f77bc52d
1 changed files with 1 additions and 2 deletions
|
|
@ -354,8 +354,7 @@ file(GLOB_RECURSE LXW_HEADERS RELATIVE include *.h)
|
|||
# If not using the system minizip, add the vendored minizip source files.
|
||||
if(NOT USE_SYSTEM_MINIZIP)
|
||||
list(
|
||||
APPEND
|
||||
LXW_SOURCES
|
||||
APPEND LXW_SOURCES
|
||||
third_party/minizip/ioapi.c
|
||||
third_party/minizip/zip.c
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue