Patch for MSVC CRT secure warnings

This commit is contained in:
Alex Huszagh 2017-10-18 09:57:14 -07:00
parent bf6e50d6b2
commit a975b41705

View file

@ -225,6 +225,10 @@ if (BUILD_TESTS)
#endforeach(source)
endif()
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
# EXAMPLES
# --------