summaryrefslogtreecommitdiffstats
path: root/Modules/CheckLanguage.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Keep cmake_minimum_required calls in sync with current versionDaniele E. Domenichelli2014-05-191-1/+1
| | | | | | Update cmake_minimum_required calls in CMakeLists.txt in Modules and in CMakeLists.txt generated by other modules, so that they are always in sync with current CMake version.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-9/+22
| | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
* Add CheckLanguage moduleBrad King2012-02-081-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.