mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[ROSTESTS]
apitests: win32kdll and win32nt can't be built on Release builds, NtUserSetDbgTag is not exported. svn path=/trunk/; revision=71189
This commit is contained in:
parent
6cb4110a2e
commit
8c386bbbcc
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ add_subdirectory(shell32)
|
|||
add_subdirectory(psapi)
|
||||
add_subdirectory(user32)
|
||||
add_subdirectory(user32_dynamic)
|
||||
if(NOT ARCH STREQUAL "amd64")
|
||||
if(NOT ARCH STREQUAL "amd64" AND NOT CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
add_subdirectory(win32kdll)
|
||||
add_subdirectory(win32nt)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue