From d8c9dcb38088f30c2fc4c7a9553e167a2c9aa400 Mon Sep 17 00:00:00 2001 From: Dan Raviv Date: Tue, 16 Apr 2024 20:15:57 -0700 Subject: [PATCH] Use a multi-config generator in the CMake macos preset Fixes CI not actually building multiple configs, as well as artifacts not found in expected locations --- CMakePresets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakePresets.json b/CMakePresets.json index e0522617c..48a99fd7d 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -17,6 +17,7 @@ } , { "name": "mac" + , "generator": "Ninja Multi-Config" , "condition": { "type": "equals" , "lhs": "${hostSystemName}"