Help: Use singular placeholder name in cmake_language signature

This commit is contained in:
Brad King
2020-09-29 09:59:09 -04:00
parent edd60d4419
commit 78ff24a3a7

View File

@@ -10,7 +10,7 @@ Synopsis
.. parsed-literal::
cmake_language(`CALL`_ <command> [<args>...])
cmake_language(`CALL`_ <command> [<arg>...])
cmake_language(`EVAL`_ CODE <code>...)
Introduction
@@ -28,7 +28,7 @@ Calling Commands
.. code-block:: cmake
cmake_language(CALL <command> [<args>...])
cmake_language(CALL <command> [<arg>...])
Calls the named ``<command>`` with the given arguments (if any).
For example, the code: