Skip to content

Intel: avoid variables in language standard flags

Daniel Pfeifer requested to merge purpleKarrot/cmake:intel-std-flags into master

In the bootstrap script, we want to be able to extract language standard flags using sed. Make sure the content of the flag varianbles can be passed unmodified to the compiler.

Merge request reports