[CMake] How to choose a compiler different from default?
Alexander Neundorf
a.neundorf-work at gmx.net
Sat Jun 13 16:22:16 EDT 2015
On Sunday, June 07, 2015 17:39:39 Peng Yu wrote:
> Hi, I following the following steps to compile gtest.
>
> https://code.google.com/p/tonatiuh/wiki/GoogleTest
>
> But the following output shows that it uses the default compiler on
> Mac OS X. I want to use some other compiler. Does anybody know how to
> instruct cmake to do so? Thanks.
did you try setting the CC/CXX environment variables to point to the compiler
you want before running cmake initially ?
Alex
More information about the CMake
mailing list