diff --git a/CMakePresets.json b/CMakePresets.json index 3e5aa6f9..74c69caa 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -29,7 +29,7 @@ } }, { - "name": "compressed", + "name": "memory", "displayName": "Default Config for KaMinPar with Memory Optimizations", "cacheVariables": { "KAMINPAR_64BIT_EDGE_IDS": "ON", @@ -50,8 +50,8 @@ "inherits": ["default", "stats"] }, { - "name": "compressed-stats", - "inherits": ["compressed", "stats"] + "name": "memory-stats", + "inherits": ["memory", "stats"] }, { "name": "distributed-stats",