Author: sir_richard Date: Sun Jul 25 20:07:19 2010 New Revision: 48261
URL: http://svn.reactos.org/svn/reactos?rev=48261&view=rev Log: [CMAKE]: Make cross-build work on all systems. RosBE Already is nice and adds itself to the path. CMAKE is magical and finds the RosBE compilers.
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] Sun Jul 25 20:07:19 2010 @@ -6,7 +6,7 @@ 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