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

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to