[CMake] disablе C checking

Eric Noulard eric.noulard at gmail.com
Wed Mar 11 06:32:32 EDT 2009


2009/3/11 Artem Zolochevskiy <artem.zolochevskiy at gmail.com>:
> hi all
>
> I'm newbie here. Sorry for my terrible English.
>
> For my first project I don't even need "C". How can I disable C checking?
> In my project I try to convert some documentation (txt->html) with asciidoc and want to do it with help of CMake.
>
> Currently I have
> project(name C)
> in my CMakeLists.txt. It allows me not to check C++. But what about C?

project(name NONE)

should work, as told there
http://www.cmake.org/pipermail/cmake/2008-August/023440.html

however seems that "NONE" is not [yet] documented.
I have filed a bug report for this missing documentation:
http://public.kitware.com/Bug/view.php?id=8718

-- 
Erk


More information about the CMake mailing list