Added setting default compilers for windows template in CMakePresets.json

This commit is contained in:
Patrix
2024-04-09 22:45:52 +02:00
parent d81b50a8ac
commit cd74ad2b99

View File

@@ -10,6 +10,10 @@
"type": "equals", "type": "equals",
"lhs": "${hostSystemName}", "lhs": "${hostSystemName}",
"rhs": "Windows" "rhs": "Windows"
},
"cacheVariables": {
"CMAKE_C_COMPILER": "cl.exe",
"CMAKE_CXX_COMPILER": "cl.exe"
} }
}, },
{ {