Author: spetreolle
Date: Sat Apr 23 20:08:10 2016
New Revision: 71189

URL: http://svn.reactos.org/svn/reactos?rev=71189&view=rev
Log:
[ROSTESTS]
apitests: win32kdll and win32nt can't be built on Release builds,
NtUserSetDbgTag is not exported.


Modified:
    trunk/rostests/apitests/CMakeLists.txt

Modified: trunk/rostests/apitests/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/CMakeLists.txt?rev=71189&r1=71188&r2=71189&view=diff
==============================================================================
--- trunk/rostests/apitests/CMakeLists.txt      [iso-8859-1] (original)
+++ trunk/rostests/apitests/CMakeLists.txt      [iso-8859-1] Sat Apr 23 
20:08:10 2016
@@ -23,7 +23,7 @@
 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()


Reply via email to