You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"&& wget https://github.com/Kitware/CMake/releases/download/v3.29.0-rc2/cmake-3.29.0-rc2.tar.gz && tar -xvf cmake-3.29.0-rc2.tar.gz && cd cmake-3.29.0-rc2 && ./bootstrap && make -j4 && sudo make install"
11
-
],
12
-
"group": "build"
13
-
},
14
-
{
15
-
"type": "shell",
16
-
"label": "Configure",
17
-
"command": [
18
-
"cmake -S . -B out --preset=${input:arch}-${input:type}-${input:platform}"
19
-
],
20
-
"options": {
21
-
"cwd": "${workspaceFolder}"
22
-
},
23
-
"problemMatcher": ["$msCompile"],
24
-
"group": "build"
25
-
},
26
-
{
27
-
"type": "shell",
28
-
"label": "Build Debug",
29
-
"command": ["cmake --build out --config debug --target wispy"],
30
-
"options": {
31
-
"cwd": "${workspaceFolder}"
32
-
},
33
-
"problemMatcher": ["$msCompile"],
34
-
"group": "build"
35
-
},
36
-
{
37
-
"type": "shell",
38
-
"label": "Build Release",
39
-
"command": ["cmake --build out --config release --target wispy"],
"&& wget https://github.com/Kitware/CMake/releases/download/v3.29.0-rc2/cmake-3.29.0-rc2.tar.gz && tar -xvf cmake-3.29.0-rc2.tar.gz && cd cmake-3.29.0-rc2 && ./bootstrap && make -j4 && sudo make install"
11
+
],
12
+
"group": "build"
13
+
},
14
+
{
15
+
"type": "shell",
16
+
"label": "Configure",
17
+
"command": [
18
+
"cmake -S . -B out --preset=${input:arch}-${input:type}-${input:platform}"
19
+
],
20
+
"options": {
21
+
"cwd": "${workspaceFolder}"
22
+
},
23
+
"problemMatcher": [
24
+
"$msCompile"
25
+
],
26
+
"group": "build"
27
+
},
28
+
{
29
+
"type": "shell",
30
+
"label": "Build Debug",
31
+
"command": [
32
+
"cmake --build out --config debug --target wispy"
33
+
],
34
+
"options": {
35
+
"cwd": "${workspaceFolder}"
36
+
},
37
+
"problemMatcher": [
38
+
"$msCompile"
39
+
],
40
+
"group": "build"
41
+
},
42
+
{
43
+
"type": "shell",
44
+
"label": "Build Release",
45
+
"command": [
46
+
"cmake --build out --config release --target wispy"
0 commit comments