[CMake] CMake without C/C++ tests

Bill Hoffman bill.hoffman at kitware.com
Fri Jan 28 14:41:59 EST 2011


On 1/28/2011 11:44 AM, Дима wrote:
> How can I change or disable C/C++ testing during cmake command?
> PS CMake tries to compile with -rdynamic option, but our port of gcc
> does not support it yet.
>

You will have more trouble than that...  Once you get past that test the 
-rdynamic will be in all the makefiles anyway.  What compiler/OS?

-Bill


More information about the CMake mailing list