Commit 48f7cd5 1 parent a926675 commit 48f7cd5 Copy full SHA for 48f7cd5
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
"name" : " avr-gcc" ,
4
4
"toolchainFile" : " ${workspaceFolder}/cmake/AvrGcc.cmake" ,
5
5
"cmakeSettings" : {
6
- "CMAKE_MAKE_PROGRAM" : " ${workspaceFolder}/.dependencies/ninja-1.10.2 /ninja" ,
6
+ "CMAKE_MAKE_PROGRAM" : " ${workspaceFolder}/.dependencies/ninja-1.12.1 /ninja" ,
7
7
"CMAKE_BUILD_TYPE" : " Release"
8
8
}
9
9
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The workflow should be pretty straightforward for anyone with development experi
35
35
Building with cmake requires:
36
36
37
37
- cmake >= 3.22.5
38
- - ninja >= 1.10.2 (optional, but recommended)
38
+ - ninja >= 1.12.1 (optional, but recommended)
39
39
40
40
Python >= 3.6 is also required with the following modules:
41
41
Original file line number Diff line number Diff line change 30
30
# yapf: disable
31
31
dependencies = {
32
32
'ninja' : {
33
- 'version' : '1.10.2 ' ,
33
+ 'version' : '1.12.1 ' ,
34
34
'url' : {
35
- 'Linux' : 'https://github.com/ninja-build/ninja/releases/download/v1.10.2 /ninja-linux.zip' ,
36
- 'Windows' : 'https://github.com/ninja-build/ninja/releases/download/v1.10.2 /ninja-win.zip' ,
37
- 'Darwin' : 'https://github.com/ninja-build/ninja/releases/download/v1.10.2 /ninja-mac.zip' ,
35
+ 'Linux' : 'https://github.com/ninja-build/ninja/releases/download/v1.12.1 /ninja-linux.zip' ,
36
+ 'Windows' : 'https://github.com/ninja-build/ninja/releases/download/v1.12.1 /ninja-win.zip' ,
37
+ 'Darwin' : 'https://github.com/ninja-build/ninja/releases/download/v1.12.1 /ninja-mac.zip' ,
38
38
},
39
39
},
40
40
'cmake' : {
You can’t perform that action at this time.
0 commit comments