mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Help: Fix typo in dependency provider method keyword
The cmake.vim file is generated by scanning for keyword-like strings in the docs. Update the corresponding wrong entry there too directly for now, which will fix the wrong entry until the next full regeneration of the file. Fixes: #25503
This commit is contained in:
@@ -2764,7 +2764,6 @@ syn keyword cmakeKWcmake_language contained
|
|||||||
\ DIRECTORY
|
\ DIRECTORY
|
||||||
\ EVAL
|
\ EVAL
|
||||||
\ FALSE
|
\ FALSE
|
||||||
\ FETCHCONTENT_MAKEAVAILABE_SERIAL
|
|
||||||
\ FETCHCONTENT_MAKEAVAILABLE_SERIAL
|
\ FETCHCONTENT_MAKEAVAILABLE_SERIAL
|
||||||
\ FETCHCONTENT_SOURCE_DIR_
|
\ FETCHCONTENT_SOURCE_DIR_
|
||||||
\ FETCHCONTENT_TRY_FIND_PACKAGE_MODE
|
\ FETCHCONTENT_TRY_FIND_PACKAGE_MODE
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ be one of the ``<methods>`` that was specified when setting the provider.
|
|||||||
implementation as part of its processing, it can do so by including the
|
implementation as part of its processing, it can do so by including the
|
||||||
``BYPASS_PROVIDER`` keyword as one of the arguments.
|
``BYPASS_PROVIDER`` keyword as one of the arguments.
|
||||||
|
|
||||||
``FETCHCONTENT_MAKEAVAILABE_SERIAL``
|
``FETCHCONTENT_MAKEAVAILABLE_SERIAL``
|
||||||
The ``<method-specific-args>`` will be everything passed to the
|
The ``<method-specific-args>`` will be everything passed to the
|
||||||
:command:`FetchContent_Declare` call that corresponds to the requested
|
:command:`FetchContent_Declare` call that corresponds to the requested
|
||||||
dependency, with the following exceptions:
|
dependency, with the following exceptions:
|
||||||
|
|||||||
Reference in New Issue
Block a user