Skip to content

Commit

Permalink
Fix .vscode/settings.json cmake.buildDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Sep 24, 2023
1 parent f310e07 commit d217500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Catkin only works with Make... ideally we could use Ninja
"cmake.generator": "Unix Makefiles",
// Set to the catkin build directory
"cmake.buildDirectory": "../../build/mrover",
"cmake.buildDirectory": "${workspaceFolder}/../../build/mrover",
// We want catkin to configure
// VSCode will try to use its own toolchain and ignore the catkin profile
"cmake.configureOnOpen": false,
Expand Down

0 comments on commit d217500

Please sign in to comment.