Dev: Mac/Linux compat for VS Code tasks (#6211)
This commit is contained in:
committed by
Philip Dubé
parent
2b650a4979
commit
460a098bec
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -58,9 +58,7 @@
|
|||||||
"command": "cmake",
|
"command": "cmake",
|
||||||
"args": [
|
"args": [
|
||||||
"--build",
|
"--build",
|
||||||
"build-cmake",
|
"build-cmake"
|
||||||
"--parallel",
|
|
||||||
"8"
|
|
||||||
],
|
],
|
||||||
"windows": {
|
"windows": {
|
||||||
"args": [
|
"args": [
|
||||||
|
|||||||
Reference in New Issue
Block a user