I try installing a package?
EG: vcpkg install boost-dll ...... starts downloading cmake
I would like it to use the current local system one.
Maybe your local one has a lower version than the library needs?
vcpkg update command does not work?
what does that do? given that the package boost-dll doesn't exist.
Did you give triplets parameter to tool?
😂 I have no idea what that is. I built vcpkg today, with option of -useSystemBinaries so it doesn't download it's own cmake
Oh okay, cmake should be downloadable maybe related with your proxy settings?
Yeah it is, but I don't want vcpkg to download a new cmake, I would like it to use the same one currently in system.
Okay, you should set environment variable in your Ubuntu like set VCPKG_FORCE_SYSTEM_BINARIES=1 and try to build again.
Обсуждают сегодня