Skip to content

Commit b5111c9

Browse files
committed
Update build command in tasks.json to use presets
Signed-off-by: Daniel Hansen <105574022+dchansen06@users.noreply.github.com>
1 parent c08fe39 commit b5111c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"dependsOn": [
7171
"CMake: configure"
7272
],
73-
"command": "cmake --build build/${command:cmake.activeBuildPresetName} --target G4NEOTESTING"
73+
"command": "cmake --build --preset ${command:cmake.activeBuildPresetName} --target G4NEOTESTING"
7474
},
7575
{
7676
"label": "CMake: configure and build G4BLINKY",

0 commit comments

Comments
 (0)