diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst index f04702ecf..9e8267416 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. ``$`` Configuration name ``$`` - The CMake-id of the platform + The CMake-id of the platform. + See also the :variable:`CMAKE_SYSTEM_NAME` variable. ``$`` The CMake-id of the C compiler used. + See also the :variable:`CMAKE__COMPILER_ID` variable. ``$`` The CMake-id of the CXX compiler used. + See also the :variable:`CMAKE__COMPILER_ID` variable. ``$`` The version of the C compiler used. + See also the :variable:`CMAKE__COMPILER_VERSION` variable. ``$`` The version of the CXX compiler used. + See also the :variable:`CMAKE__COMPILER_VERSION` variable. ``$`` Full path to main file (.exe, .so.1.2, .a) where ``tgt`` is the name of a target. ``$``