mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
Help:try_compile: place options in their own section
As try_compile interface was enhanced in 3.25, the Help got a lot longer. Make the options its own section for navigability.
This commit is contained in:
@@ -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 <flags>...``
|
||||
Specify flags of the form :option:`-DVAR:TYPE=VALUE <cmake -D>` to be passed
|
||||
|
||||
Reference in New Issue
Block a user