2009/3/11 Artem Zolochevskiy <artem.zolochevs...@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
_______________________________________________
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