With over 200 projects, I want to skip the cmake compiler test that is done on every clean build. It sometimes takes more time than to build a project itself, and is absolutely not required for me after the very initial check upon installation (I'm willing to take the consequences).
defining the project with "NONE" language causes a "CMake can not determine linker language" error.
How can I do it?