[vcpkg] Fix external include path#21544
[vcpkg] Fix external include path#21544BillyONeal merged 2 commits intomicrosoft:masterfrom RT2Code:external-include-path
Conversation
|
Still wondering if the integration in vs2015 is ok with this? |
|
After I apply the diff of this PR, is it supposed to just work? The vcpkg include directories, e.g. CMakeLists.txt main.cpp Double click example.sln and right click to look at the properties. I also ran |
|
@jasjuang msbuild and cmake integration are two different things. This pr is about the msbuild integration. What you see is probably solved with cmake 3.22. It is a cmake issue. |
|
@Neumann-A thanks for the clarification, but I think it's not solved in cmake yet https://gitlab.kitware.com/cmake/cmake/-/issues/17904 |
Co-authored-by: Billy O'Neal <bion@microsoft.com>
|
Thanks for the fix and confirmation! |
My external include path change #18820 was broken by an unfortunate merge. The definition of the external include path relies on the _ZVcpkgCurrentInstalledDir property and therefore must be defined after it.