From e9c4bbe591008c9aef868869fda555b39b6ee68e Mon Sep 17 00:00:00 2001 From: jadebenn Date: Sun, 8 Dec 2024 13:56:42 -0600 Subject: [PATCH] fix: Make multi-config presets work again Reverted breaking change for multiple-configuration presets that was previously included in #1669 --- CMakePresets.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakePresets.json b/CMakePresets.json index 3ed904e7..c4595ed5 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -11,6 +11,9 @@ "displayName": "Default configure step", "description": "Use 'build' dir and Unix makefiles", "binaryDir": "${sourceDir}/build", + "environment": { + "DLU_CONFIG_DIR": "${sourceDir}/build" + }, "generator": "Unix Makefiles" }, {