Author: akhaldi
Date: Tue Dec 28 12:00:49 2010
New Revision: 50187
URL:
http://svn.reactos.org/svn/reactos?rev=50187&view=rev
Log:
[CMAKE]
- Actually the ARCH initialization is needed in both places.
Modified:
branches/cmake-bringup/toolchain-mingw32.cmake
Modified: branches/cmake-bringup/toolchain-mingw32.cmake
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/toolchain-mingw32…
==============================================================================
--- branches/cmake-bringup/toolchain-mingw32.cmake [iso-8859-1] (original)
+++ branches/cmake-bringup/toolchain-mingw32.cmake [iso-8859-1] Tue Dec 28 12:00:49 2010
@@ -1,3 +1,7 @@
+
+if(NOT ARCH)
+ set(ARCH i386)
+endif()
# Choose the right MinGW prefix
if(ARCH MATCHES i386)