mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Patch for MSVC CRT secure warnings
This commit is contained in:
parent
bf6e50d6b2
commit
a975b41705
1 changed files with 4 additions and 0 deletions
|
|
@ -225,6 +225,10 @@ if (BUILD_TESTS)
|
|||
#endforeach(source)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
|
||||
# EXAMPLES
|
||||
# --------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue