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