mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 15:39:02 +08:00
4 lines
64 B
CMake
4 lines
64 B
CMake
|
if(MSVC)
|
||
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||
|
endif()
|