[ros-diffs] [akhaldi] 50187: [CMAKE] - Actually the ARCH initialization is needed in both places.
akhaldi at svn.reactos.org
akhaldi at svn.reactos.org
Tue Dec 28 12:00:50 UTC 2010
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.cmake?rev=50187&r1=50186&r2=50187&view=diff
==============================================================================
--- 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)
More information about the Ros-diffs
mailing list