Compare commits
1 commit
88609274ba
...
0e37be8c62
Author | SHA1 | Date | |
---|---|---|---|
0e37be8c62 |
1 changed files with 1 additions and 1 deletions
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -79,7 +79,7 @@
|
|||
"command": [
|
||||
"cd ${workspaceFolder} &&",
|
||||
"mkdir -p build && cd build &&",
|
||||
"cmake cmake -Wno-dev ",
|
||||
"cmake -Wno-dev ",
|
||||
" -DCMAKE_BUILD_TYPE=Debug -DENABLE_EXAMPLES=ON -DENABLE_TESTS=ON -DLOG_LEVEL=0 -DTEST_LOG_LEVEL=0 .."
|
||||
],
|
||||
"options": {
|
||||
|
|
Loading…
Reference in a new issue