diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst index fbc4221d8a..bc2b0af3ce 100644 --- a/Help/command/try_compile.rst +++ b/Help/command/try_compile.rst @@ -144,7 +144,12 @@ single output directory, such that you can only debug one such ``try_compile`` call at a time. Use of the newer signature is recommended to simplify debugging of multiple ``try_compile`` operations. -The options are: +.. _`try_compile Options`: + +Options +^^^^^^^ + +The options for the above signatures are: ``CMAKE_FLAGS ...`` Specify flags of the form :option:`-DVAR:TYPE=VALUE ` to be passed diff --git a/Help/command/try_run.rst b/Help/command/try_run.rst index d48ab3d664..1b5087d69b 100644 --- a/Help/command/try_run.rst +++ b/Help/command/try_run.rst @@ -78,6 +78,11 @@ The signature above is recommended for clarity. [ARGS ...] ) +.. _`try_run Options`: + +Options +^^^^^^^ + The options specific to ``try_run`` are: ``COMPILE_OUTPUT_VARIABLE ``