Author: akhaldi Date: Mon Feb 10 12:43:14 2014 New Revision: 62096
URL: http://svn.reactos.org/svn/reactos?rev=62096&view=rev Log: [EXPLORER] * Improve string comparison when checking ARCH.
Modified: trunk/reactos/base/shell/explorer/CMakeLists.txt
Modified: trunk/reactos/base/shell/explorer/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/CMakeLi... ============================================================================== --- trunk/reactos/base/shell/explorer/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/base/shell/explorer/CMakeLists.txt [iso-8859-1] Mon Feb 10 12:43:14 2014 @@ -45,7 +45,7 @@ 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()