From 9f7d0ac646c6726ad9769577792a9432b8175ea6 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 1 Sep 2012 11:37:24 +0000 Subject: [PATCH] [CMAKE] * Improve this one while we're at it. svn path=/trunk/; revision=57211 --- rostests/apitests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/CMakeLists.txt b/rostests/apitests/CMakeLists.txt index 20bcaaf434e..6ccdeee7091 100644 --- a/rostests/apitests/CMakeLists.txt +++ b/rostests/apitests/CMakeLists.txt @@ -10,7 +10,7 @@ add_subdirectory(msvcrt) add_subdirectory(ntdll) add_subdirectory(powrprof) add_subdirectory(user32) -if(NOT MSVC AND ARCH STREQUAL "i386") +if((NOT MSVC) AND (ARCH STREQUAL "i386")) add_subdirectory(w32kdll) add_subdirectory(w32knapi) endif()