mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
621e15608e
* Update zziplib to 0.13.72 * Modernize portfile * Fix formatting check Separately collect and display result from version scheme check. Ignore error from version scheme check when checking version values. Pass output also to console. * Update version scheme and license info * Update versions
4 lines
92 B
CMake
4 lines
92 B
CMake
if(WIN32)
|
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS)
|
|
endif()
|