[CMake] disablе C checking
Artem Zolochevskiy
artem.zolochevskiy at gmail.com
Wed Mar 11 05:28:41 EDT 2009
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?
--
Artem Zolochevskiy
More information about the CMake
mailing list