Skip to content

Commit 48f7cd5

Browse files
committed

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.vscode/cmake-kits.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "avr-gcc",
44
"toolchainFile": "${workspaceFolder}/cmake/AvrGcc.cmake",
55
"cmakeSettings": {
6-
"CMAKE_MAKE_PROGRAM": "${workspaceFolder}/.dependencies/ninja-1.10.2/ninja",
6+
"CMAKE_MAKE_PROGRAM": "${workspaceFolder}/.dependencies/ninja-1.12.1/ninja",
77
"CMAKE_BUILD_TYPE": "Release"
88
}
99
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The workflow should be pretty straightforward for anyone with development experi
3535
Building with cmake requires:
3636

3737
- cmake >= 3.22.5
38-
- ninja >= 1.10.2 (optional, but recommended)
38+
- ninja >= 1.12.1 (optional, but recommended)
3939

4040
Python >= 3.6 is also required with the following modules:
4141

utils/bootstrap.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
# yapf: disable
3131
dependencies = {
3232
'ninja': {
33-
'version': '1.10.2',
33+
'version': '1.12.1',
3434
'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',
3838
},
3939
},
4040
'cmake': {

0 commit comments

Comments
 (0)