From 13187ac941d7aaba6a02839b2803f2eba3882e09 Mon Sep 17 00:00:00 2001 From: Sir Richard Date: Sun, 25 Jul 2010 20:07:19 +0000 Subject: [PATCH] [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. svn path=/branches/cmake-bringup/; revision=48261 --- toolchain-mingw32.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain-mingw32.cmake b/toolchain-mingw32.cmake index 2689fb28aec..98cd9049b2e 100644 --- a/toolchain-mingw32.cmake +++ b/toolchain-mingw32.cmake @@ -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