mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
630bc4ef88
* Fix libsrtp DLL destination and mingw * Update versions
4 lines
60 B
CMake
4 lines
60 B
CMake
if(MSVC)
|
|
string(APPEND CMAKE_CFLAGS " /wd4703")
|
|
endif()
|