mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-28 10:42:34 +00:00
CMakePresets.json: define CMAKE_COLOR_DIAGNOSTICS for Ninja presets
This commit is contained in:
parent
fd7de3c604
commit
27dbc0905f
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,10 @@
|
|||
{
|
||||
"name": "__ninja",
|
||||
"hidden": true,
|
||||
"generator": "Ninja"
|
||||
"generator": "Ninja",
|
||||
"cacheVariables": {
|
||||
"CMAKE_COLOR_DIAGNOSTICS": "ON"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "__vcpkg-toolchain",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue