Skip to content

IntelLLVM: Avoid unnecessary -Qstd=c++11 flag on Windows

Brad King requested to merge brad.king/cmake:IntelLLVM-msvc-no-cxx11 into master

The IntelLLVM compiler, for compatibility with MSVC on Windows, always runs with support for at least C++14. The -Qstd=c++11 flag just causes a warning that it is unused.

Fixes: #24316 (closed)
Backport: release

Merge request reports