cmake.buildDirectory
not used
#4053
-
Why might the value for The entirety of my user {
"window.autoDetectColorScheme": true,
"cmake.showOptionsMovedNotification": false,
"cmake.pinnedCommands": [
"workbench.action.tasks.configureTaskRunner",
"workbench.action.tasks.runTask"
],
"cmake.buildDirectory": "${userHome}/build/${workspaceRootFolderName}"
} There is no project-specific
Why might the I'm using version 1.19.51 of the CMake Tools. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@bradenmcd Without knowing what your project looks like, it's hard to say, but my best guess would be that if you are using CMakePresets.json, then we don't use the |
Beta Was this translation helpful? Give feedback.
@bradenmcd Without knowing what your project looks like, it's hard to say, but my best guess would be that if you are using CMakePresets.json, then we don't use the
cmake.buildDirectory
, we use the settings from your CMakePresets.