Skip to content

Commit

Permalink
refactor(cmake): rename memory CMake preset to 'memory' to use the sa…
Browse files Browse the repository at this point in the history
…me name as for the runtime preset
  • Loading branch information
DanielSeemaier committed Jul 24, 2024
1 parent 0151a2f commit fdc031f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
},
{
"name": "compressed",
"name": "memory",
"displayName": "Default Config for KaMinPar with Memory Optimizations",
"cacheVariables": {
"KAMINPAR_64BIT_EDGE_IDS": "ON",
Expand All @@ -50,8 +50,8 @@
"inherits": ["default", "stats"]
},
{
"name": "compressed-stats",
"inherits": ["compressed", "stats"]
"name": "memory-stats",
"inherits": ["memory", "stats"]
},
{
"name": "distributed-stats",
Expand Down

0 comments on commit fdc031f

Please sign in to comment.