Skip to content

IntelLLVM: Fix C/C++ standard level flags on Windows

Brad King requested to merge brad.king/cmake:intel-oneapi-std-windows into master

In !5594 (merged) we accidentally left out activation of the C/C++ standard level selection logic when IntelLLVM is targeting the MSVC ABI.

Fixes: #22388 (closed)
Backport: release

Merge request reports