--- CMakeLists.txt 2017-08-10 11:03:29.544482223 +0200 +++ CMakeLists.txt 2017-08-10 11:09:40.359261417 +0200 @@ -1,4 +1,3 @@ -# :copyright: (c) 2017 Alex Huszagh. # :license: FreeBSD, see LICENSE.txt for more details. # Description @@ -120,10 +119,10 @@ include_directories(include include/xlsxwriter) file(GLOB LXW_SOURCES src/*.c) -list(APPEND LXW_SOURCES third_party/minizip/ioapi.c third_party/minizip/zip.c) -if(MSVC) - list(APPEND LXW_SOURCES third_party/minizip/iowin32.c) -endif() +# list(APPEND LXW_SOURCES third_party/minizip/ioapi.c third_party/minizip/zip.c) +# if(MSVC) +# list(APPEND LXW_SOURCES third_party/minizip/iowin32.c) +# endif() if (NOT ${USE_STANDARD_TMPFILE}) include_directories(third_party/tmpfileplus) list(APPEND LXW_SOURCES third_party/tmpfileplus/tmpfileplus.c)