[CMake] project (name NONE) still search for a valid compiler

Droscy droscy85 at yahoo.it
Tue Mar 30 10:42:04 EDT 2010


Hi Thomas

Benoit Thomas ha scritto:
> Is there any other way to diasble cmake for looking for a valid
> compiler ?
I'm not sure, but if you use

INCLUDE(CMakeForceCompiler)
CMAKE_FORCE_C_COMPILER("" GNU)
CMAKE_FORCE_CXX_COMPILER("" GNU)

probably CMake doesn't look for another compiler.


Bye
Droscy



More information about the CMake mailing list