Victor
Victor
hi. no. Building KDSoap 1.9 fromVCPKG is OK. I can't build my project when use KDSoap 1.9 from VCPKG
I use this template formy project https://github.com/lukka/CppCMakeVcpkgTemplate Inside vcpkg.json I have: ``` { "name": "mycoolproject", "builtin-baseline": "50a4aa2be9c05e16d34c98369a8e1dd01796c3f0", "version-string": "2.5.0", "dependencies": [ "zstd", "libsodium", "kd-soap", { "name": "libzip" }, { "name":...
I'm trying to do that on VS 2022
I use this port and master branch https://github.com/microsoft/vcpkg/tree/master/ports/kd-soap
Same question