Re: [CMake] setting xcode's compiler with cmake

2010-06-07 Thread Benson Limketkai
Hi Bill, Thanks for your response. That thread only indicates ways to change the GCC version. Does that mean there's no way to completely change the compiler? I'm trying to use the Intel C++ compiler (which appears in the drop-down in Xcode). thanks, Benson Bill Hoffman wrote: On 6/4/20

Re: [CMake] setting xcode's compiler with cmake

2010-06-06 Thread Bill Hoffman
On 6/4/2010 6:18 PM, Benson Limketkai wrote: Hi, When I use the Xcode generator, the CMAKE_CXX_COMPILER flag is ignored inside Xcode. It always is at: "System default (GCC 4.2)" when I look at the Compiler Version under the project build settings. See here: http://www.cmake.org/pipermail/cma

[CMake] setting xcode's compiler with cmake

2010-06-04 Thread Benson Limketkai
Hi, When I use the Xcode generator, the CMAKE_CXX_COMPILER flag is ignored inside Xcode. It always is at: "System default (GCC 4.2)" when I look at the Compiler Version under the project build settings. I've tried: cmake -G Xcode -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_CXX_COMPILER:FILEPATH