mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Merge branch 'new-cmake-presets-colors' into 'master'
Enable compiler color output for CMake presets See merge request KartKrew/Kart!1697
This commit is contained in:
commit
4d6c982b33
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,10 @@
|
||||||
{
|
{
|
||||||
"name": "__ninja",
|
"name": "__ninja",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"generator": "Ninja"
|
"generator": "Ninja",
|
||||||
|
"cacheVariables": {
|
||||||
|
"CMAKE_COLOR_DIAGNOSTICS": "ON"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "__vcpkg-toolchain",
|
"name": "__vcpkg-toolchain",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue