[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
This commit is contained in:
Sir Richard 2010-07-25 20:07:19 +00:00
parent b50bbda653
commit 13187ac941

View 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