diff --git a/CMakePresets.json b/CMakePresets.json index 8ac9525..b7a53aa 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -10,6 +10,10 @@ "type": "equals", "lhs": "${hostSystemName}", "rhs": "Windows" + }, + "cacheVariables": { + "CMAKE_C_COMPILER": "cl.exe", + "CMAKE_CXX_COMPILER": "cl.exe" } }, {