From 0a42447450af5d5dc2f8e86a1bf41dc37b613cf5 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 10 Feb 2014 12:43:14 +0000 Subject: [PATCH] [EXPLORER] * Improve string comparison when checking ARCH. svn path=/trunk/; revision=62096 --- reactos/base/shell/explorer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/shell/explorer/CMakeLists.txt b/reactos/base/shell/explorer/CMakeLists.txt index 383fa5cb29b..dc86379bc28 100644 --- a/reactos/base/shell/explorer/CMakeLists.txt +++ b/reactos/base/shell/explorer/CMakeLists.txt @@ -45,7 +45,7 @@ list(APPEND SOURCE utility/window.cpp utility/shellbrowserimpl.cpp) # utility/shelltests.cpp -if(ARCH MATCHES i386) +if(ARCH STREQUAL "i386") list(APPEND SOURCE i386-stub-win32.c) endif()