mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:03:06 +00:00
[CMAKE] Do not use USE_CLANG_CL variable in CMake scripts
This commit is contained in:
parent
f155b9377f
commit
447ef2aa4a
14 changed files with 23 additions and 24 deletions
|
@ -32,7 +32,7 @@ list(APPEND CRT_STDLIB_SOURCE
|
|||
stdlib/wmakpath_s.c
|
||||
)
|
||||
|
||||
if(USE_CLANG_CL)
|
||||
if(MSVC AND CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
if(ARCH STREQUAL "i386")
|
||||
list(APPEND CRT_STDLIB_ASM_SOURCE
|
||||
stdlib/clang-alias.s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue