We're using the Metrowerks compiler, and as you can imagine it's a little non-standard (or rather, non GCC). By default, the -I compiler switch adds a path to the project search paths, and -I- adds them to the system paths. Can I change the behaviour of CMake to accommodate this? An alternative is to provide the -gccincludes switch to the compiler commandline _before_ the -I switches, but CMake puts the includes first, then the definitions and COMPILE_FLAGS property. If I can't change the switch to -I-, can I change the order in which switches get added?

John Donovan - Programmer, TT Fusion Ltd.



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to