Issue: microsoft/vscode-cmake-tools#3705
-
Configure the project on the command-line:
git clone https://github.com/hwhsu1231-demo/demo-cmake-tools-bashrc.git cd demo-cmake-tools-bashrc cmake --preset default
-
Configure the project in the VSCode with CMake Tools:
code .
And then:
- Press
Ctrl+Shift+P
. - Type
CMake: Select Configure Preset
and selectdefault
. - Type
CMake: Delete Cache and Reconfigure
.
- Press