Caphyon / clang-power-tools

Bringing clang-tidy magic to Visual Studio C++ developers.
http://www.clangpowertools.com
Apache License 2.0
472 stars 57 forks source link

Vcpkg path is not build correctly #1316

Closed mariru27 closed 10 months ago

mariru27 commented 10 months ago

1115

mariru27 commented 10 months ago

PlatformTarget (this value is used to build path to vcpkg lib) value is set by Visual Studio, so we need to set it manually I found this comment in vcpkg.targets file: Determine the triplet to use. Note that $(PlatformTarget) is not available at the top of the .vcxproj file.