Changes CMake generator on Linux and macOS

This commit is contained in:
Putta Khunchalee 2023-01-06 02:47:25 +07:00
parent ff6ab8d0f9
commit 803a5405e7

View File

@ -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}",