On Tue, Feb 24, 2009 at 4:23 PM, Sean McBride <s...@rogue-research.com> wrote: > On 2/24/09 10:01 AM, Bill Hoffman said: > >>That will not work with Xcode projects. I am not sure how you tell >>Xcode to use a different compiler. Any Xcode experts out there? > > The compiler choice is amongst the project/target settings. In an > xcconfig file, you would use, for example: > > GCC_VERSION = 4.0 > > or > > GCC_VERSION = 4.2 >
This would mean extracting the major.minor from: "gcc -dumpversion" ... -- Mathieu _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake