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

Benoit Thomas benoit.thomas at gameloft.com
Tue Mar 30 09:54:19 EDT 2010


Hello,

I'm trying to prevent cmake for looking for a valid compiler (since it 
currently doesn't find the appropriate compiler and we use cmake to 
generate visual studio solutions).

I've tried using project (name NONE) but it doesn't seems to work; I 
also tried other combination like project (name JAVA), etc, but it 
always search for a C and C++ compiler.

Is there any other way to diasble cmake for looking for a valid compiler ?

Thank you,
Ben.



More information about the CMake mailing list