diff --git a/CMakePresets.json b/CMakePresets.json index 37732dd..01c04da 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -25,7 +25,12 @@ "base" ], "generator": "Visual Studio 17 2022", - "architecture": "x64" + "architecture": "x64", + "condition": { + "type": "equals", + "lhs": "${hostSystemName}", + "rhs": "Windows" + } }, { "name": "headless",