Is your feature request related to a problem? Please describe.
I am getting weird build failures for cmake@3.27.9 with the latest oneapi@2025.0.1. Since cmake is simply a build tool that is not linked to any code we compile, I am wondering if we should build cmake with gcc when the preferred compiler is in this list:
I would prefer to build cmake with the preferred compiler when the preferred compiler is any of:
- llvm
- apple-clang
- clang
- aocc
Am I missing a compiler? Comments? Suggestions?
Describe the solution you'd like
See above
Additional context
n/a
Is your feature request related to a problem? Please describe.
I am getting weird build failures for
cmake@3.27.9with the latestoneapi@2025.0.1. Sincecmakeis simply a build tool that is not linked to any code we compile, I am wondering if we should buildcmakewithgccwhen the preferred compiler is in this list:I would prefer to build
cmakewith the preferred compiler when the preferred compiler is any of:Am I missing a compiler? Comments? Suggestions?
Describe the solution you'd like
See above
Additional context
n/a