Skip to content

Commit

Permalink
build: remove generator for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed Jun 6, 2024
1 parent 84bea08 commit 3d7bfd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
},
{
"name": "macos-metal-debug",
"generator": "Ninja",
"cacheVariables": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"LLAMA_NATIVE": "OFF",
Expand All @@ -128,7 +127,6 @@
},
{
"name": "macos-metal-release",
"generator": "Ninja",
"cacheVariables": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"LLAMA_NATIVE": "OFF",
Expand All @@ -139,7 +137,6 @@
},
{
"name": "macos-cpu-debug",
"generator": "Ninja",
"cacheVariables": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"LLAMA_NATIVE": "OFF",
Expand All @@ -149,7 +146,6 @@
},
{
"name": "macos-cpu-release",
"generator": "Ninja",
"cacheVariables": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"LLAMA_NATIVE": "OFF",
Expand Down

0 comments on commit 3d7bfd9

Please sign in to comment.