MSBuild error MSB8055
MSB8055:
/openmp
(OpenMP language extensions) not supported not supported by clang-cl.
This error occurs when you specify the /openmp
(Enable OpenMP Support) option in a C++ Clang project. This option requires the MSVC compiler, cl.exe
.