Fix ci-Intel preset to use intel toolchain (#6038)

This commit is contained in:
Allen Byrne
2025-11-25 15:30:26 -06:00
committed by GitHub
parent aada8a830b
commit 5f9d12601c
+4 -1
View File
@@ -95,7 +95,10 @@
},
{
"name": "ci-Intel",
"hidden": true
"hidden": true,
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "config/toolchain/intel.cmake"
}
},
{
"name": "ci-Fortran",