mirror of
https://github.com/obhq/obliteration.git
synced 2025-03-01 08:17:03 +00:00
Changes CMake generator on Linux and macOS
This commit is contained in:
parent
ff6ab8d0f9
commit
803a5405e7
@ -28,7 +28,7 @@
|
||||
{
|
||||
"name": "linux",
|
||||
"inherits": "default",
|
||||
"generator": "Ninja",
|
||||
"generator": "Unix Makefiles",
|
||||
"condition": {
|
||||
"type": "equals",
|
||||
"lhs": "${hostSystemName}",
|
||||
@ -52,7 +52,7 @@
|
||||
{
|
||||
"name": "mac",
|
||||
"inherits": "default",
|
||||
"generator": "Ninja",
|
||||
"generator": "Unix Makefiles",
|
||||
"condition": {
|
||||
"type": "equals",
|
||||
"lhs": "${hostSystemName}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user