mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 18:27:23 +00:00
7077a554f1
We do this for `cl`, so we should do it for `clang-cl`. Fixes: #17394
4 lines
92 B
CMake
4 lines
92 B
CMake
include(Platform/Windows-Clang)
|
|
set(_COMPILE_CXX_MSVC " -TP")
|
|
__windows_compiler_clang(CXX)
|