From fdc031f1db2d0ec9167fd8c04d479557f791a9ba Mon Sep 17 00:00:00 2001 From: Daniel Seemaier Date: Wed, 24 Jul 2024 14:03:39 +0200 Subject: [PATCH] refactor(cmake): rename memory CMake preset to 'memory' to use the same name as for the runtime preset --- CMakePresets.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",