summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-14 13:38:02 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-07-14 13:38:02 (GMT)
commit9124ec1c94fcfc68eb06a27a0c0cbd70360bd4a9 (patch)
tree9da55c11adc019facfc59fa72867c1adcd220e1c /Help
parent5ba3cbbd24b8ad80d63b829584666ee9a4c37f1a (diff)
parent5690a963e92f4b5d04b348bb3b2cefe6a9cfec9a (diff)
downloadCMake-9124ec1c94fcfc68eb06a27a0c0cbd70360bd4a9.zip
CMake-9124ec1c94fcfc68eb06a27a0c0cbd70360bd4a9.tar.gz
CMake-9124ec1c94fcfc68eb06a27a0c0cbd70360bd4a9.tar.bz2
Merge topic 'doc-genex-id-values'
5690a963 Help: Link to variables corresponding to id and version expressions (#15012)
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-generator-expressions.7.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst
index f04702e..9e82674 100644
--- a/Help/manual/cmake-generator-expressions.7.rst
+++ b/Help/manual/cmake-generator-expressions.7.rst
@@ -116,15 +116,20 @@ than 4.2.0.
``$<CONFIG>``
Configuration name
``$<PLATFORM_ID>``
- The CMake-id of the platform
+ The CMake-id of the platform.
+ See also the :variable:`CMAKE_SYSTEM_NAME` variable.
``$<C_COMPILER_ID>``
The CMake-id of the C compiler used.
+ See also the :variable:`CMAKE_<LANG>_COMPILER_ID` variable.
``$<CXX_COMPILER_ID>``
The CMake-id of the CXX compiler used.
+ See also the :variable:`CMAKE_<LANG>_COMPILER_ID` variable.
``$<C_COMPILER_VERSION>``
The version of the C compiler used.
+ See also the :variable:`CMAKE_<LANG>_COMPILER_VERSION` variable.
``$<CXX_COMPILER_VERSION>``
The version of the CXX compiler used.
+ See also the :variable:`CMAKE_<LANG>_COMPILER_VERSION` variable.
``$<TARGET_FILE:tgt>``
Full path to main file (.exe, .so.1.2, .a) where ``tgt`` is the name of a target.
``$<TARGET_FILE_NAME:tgt>``