From 17432072f247bc0c1e818583c01154a85cd4bdc5 Mon Sep 17 00:00:00 2001 From: lethosor Date: Mon, 9 Nov 2020 23:48:57 -0500 Subject: [PATCH] Also apply to xlsxio_write --- depends/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/depends/CMakeLists.txt b/depends/CMakeLists.txt index 40bbd2aa3..3d7e18da7 100644 --- a/depends/CMakeLists.txt +++ b/depends/CMakeLists.txt @@ -60,4 +60,5 @@ set(XLSXIO_ENABLE_INSTALL OFF CACHE BOOL "") add_subdirectory(xlsxio) if(MSVC) target_compile_options(xlsxio_read_STATIC PRIVATE /wd4013 /wd4244) + target_compile_options(xlsxio_write_STATIC PRIVATE /wd4013 /wd4244) endif()