[CMAKE]: Make cross-build work on all systems. RosBE Already is nice and adds itself...
authorSir Richard <sir_richard@svn.reactos.org>
Sun, 25 Jul 2010 20:07:19 +0000 (20:07 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Sun, 25 Jul 2010 20:07:19 +0000 (20:07 +0000)
svn path=/branches/cmake-bringup/; revision=48261

toolchain-mingw32.cmake

index 2689fb2..98cd904 100644 (file)
@@ -6,7 +6,7 @@ SET(CMAKE_C_COMPILER mingw32-gcc)
 SET(CMAKE_CXX_COMPILER mingw32-g++)
 
 # here is the target environment located
-SET(CMAKE_FIND_ROOT_PATH /usr/local/RosBE )
+#SET(CMAKE_FIND_ROOT_PATH /usr/local/RosBE )
 
 # adjust the default behaviour of the FIND_XXX() commands:
 # search headers and libraries in the target environment, search