[cmake-developers] CMake, Ninja and Clang on windows?
Brad King
brad.king at kitware.com
Tue Nov 6 09:03:37 EST 2018
On 11/06/2018 05:57 AM, Tobias Hunger wrote:
> we are currently trying to support Clang (without the -cl;-) on
> Windows. This fails since CMake adds extra compiler flags to the
> command line which are not in the expected format.
Clang with a GNU-like command targeting the MSVC ABI is not supported.
See this issue:
https://gitlab.kitware.com/cmake/cmake/issues/16439
The MSVC-like command-line (with -cl) works fine.
-Brad
More information about the cmake-developers
mailing list