mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Help: Use singular placeholder name in cmake_language signature
This commit is contained in:
@@ -10,7 +10,7 @@ Synopsis
|
|||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
cmake_language(`CALL`_ <command> [<args>...])
|
cmake_language(`CALL`_ <command> [<arg>...])
|
||||||
cmake_language(`EVAL`_ CODE <code>...)
|
cmake_language(`EVAL`_ CODE <code>...)
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
@@ -28,7 +28,7 @@ Calling Commands
|
|||||||
|
|
||||||
.. code-block:: cmake
|
.. code-block:: cmake
|
||||||
|
|
||||||
cmake_language(CALL <command> [<args>...])
|
cmake_language(CALL <command> [<arg>...])
|
||||||
|
|
||||||
Calls the named ``<command>`` with the given arguments (if any).
|
Calls the named ``<command>`` with the given arguments (if any).
|
||||||
For example, the code:
|
For example, the code:
|
||||||
|
|||||||
Reference in New Issue
Block a user