X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fapitests%2FCMakeLists.txt;h=99a8bf976205e32e1f66b5e1373e706551dd9131;hp=45f4c60282aa497c6b50ff67cc413ac38b3bfa46;hb=10a264845d1b4b1a1c8de38523abbb86be7ce097;hpb=461f47c1d1fbeae5c4f4262c62145ee423603a8b diff --git a/rostests/apitests/CMakeLists.txt b/rostests/apitests/CMakeLists.txt index 45f4c60282a..99a8bf97620 100644 --- a/rostests/apitests/CMakeLists.txt +++ b/rostests/apitests/CMakeLists.txt @@ -19,7 +19,7 @@ add_subdirectory(setupapi) add_subdirectory(shell32) add_subdirectory(psapi) add_subdirectory(user32) -if((NOT MSVC) AND (ARCH STREQUAL "i386")) +if(NOT ARCH STREQUAL "amd64") add_subdirectory(w32kdll) add_subdirectory(w32knapi) endif()