[vst3sdk] New port for Steinberg Virtual Studio Technology 3 SDK #45142
Annotations
1 error and 1 warning
Generate Reply
You have modified or added at least one portfile where deprecated functions are used.
These functions have been forbidden in vcpkg, please migrating them to the new functions.
In the ports that use the new function vcpkg_cmake_configure, vcpkg_cmake_install, vcpkg_cmake_build or vcpkg_cmake_config_fixup, you have to add the corresponding dependencies:
```json
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
```
|
Generate Reply:
ports/vst3sdk/portfile.cmake#L78
The function vcpkg_build_cmake is deprecated. Please use vcpkg_cmake_build (from port vcpkg-cmake)
|
Loading