Help: Note that language-specific 'built-ins' are set by the project command.

This commit is contained in:
Stephen Kelly 2014-01-05 04:41:08 +01:00 committed by Brad King
parent 0b5bf8ad0b
commit 80e9fe9cee
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@ with information about compiler and utility paths.
Languages
=========
Languages are enabled by the :command:`project` command. If no project command
Languages are enabled by the :command:`project` command. Language-specific
built-in variables, such as
:variable:`CMAKE_CXX_COMPILER <CMAKE_<LANG>_COMPILER>`,
:variable:`CMAKE_CXX_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` etc are set by
invoking the :command:`project` command. If no project command
is in the top-level CMakeLists file, one will be implicitly generated. By default
the enabled languages are C and CXX: