vcpkg/ports/libsrtp/cmake-project-include.cmake
Kai Pastor 630bc4ef88
[libsrtp] Fix DLL destination and mingw (#27540)
* Fix libsrtp DLL destination and mingw

* Update versions
2022-11-01 20:03:09 -07:00

4 lines
60 B
CMake

if(MSVC)
string(APPEND CMAKE_CFLAGS " /wd4703")
endif()