Is your feature request related to a problem? Please describe.
I am getting weird build failures for [email protected] with the latest [email protected]. 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