Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -9/+22 |
| | | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. | ||||
* | Add CheckLanguage module | Brad King | 2012-02-08 | 1 | -0/+65 |
Define a "check_language(<lang>)" macro to test whether <lang> can be enabled. Cache the result in CMAKE_<lang>_COMPILER. Add a test case covering expected results. |