microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.48k stars 457 forks source link

if installDir is a relative path, calculate it relative to the source directory #3903

Closed snehara99 closed 4 months ago

snehara99 commented 4 months ago

This change addresses item #3871

after installDir is expanded, if it is still a relative path, we calculate it according to the source directory (docs).