mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[CMAKE] Fixes for clang-cl build
- User lib.exe instead of llvm-lib due to incompatibility - Avoid wrapping resource compiler with cmcldeps - Fix several conditional flags
This commit is contained in:
parent
d74eb54b06
commit
62d1a2c884
3 changed files with 11 additions and 2 deletions
|
@ -79,7 +79,7 @@ else()
|
|||
message("WARNING: the compiler has not been recognized")
|
||||
endif()
|
||||
|
||||
if(MSVC AND (NOT USE_CLANG_CL))
|
||||
if(MSVC)
|
||||
set(KDBG FALSE CACHE BOOL
|
||||
"Whether to compile in the integrated kernel debugger.")
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue