From c6593511bb1b5f9b73df972ef92c6c9b0a045304 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 1 Apr 2015 16:24:24 -0400 Subject: [PATCH] Help: Add link target to cmake-language.7 variables section --- Help/manual/cmake-language.7.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst index 4a9f0b590..41542c914 100644 --- a/Help/manual/cmake-language.7.rst +++ b/Help/manual/cmake-language.7.rst @@ -485,6 +485,8 @@ The :command:`macro`/:command:`endmacro`, and :command:`function`/:command:`endfunction` commands delimit code blocks to be recorded for later invocation as commands. +.. _`CMake Language Variables`: + Variables =========