Remove the unneeded path from the cross-compiler commands

This commit is contained in:
Chris Robinson
2009-03-06 20:09:44 -08:00
parent 07227b9806
commit 6d7be151dc
+2 -2
View File
@@ -10,8 +10,8 @@
SET(CMAKE_SYSTEM_NAME Windows)
# which compilers to use for C and C++
SET(CMAKE_C_COMPILER /usr/bin/mingw32-gcc)
SET(CMAKE_CXX_COMPILER /usr/bin/mingw32-g++)
SET(CMAKE_C_COMPILER mingw32-gcc)
SET(CMAKE_CXX_COMPILER mingw32-g++)
# here is the target environment located
SET(CMAKE_FIND_ROOT_PATH /usr/mingw32/mingw)