Sfoglia il codice sorgente

Merge topic 'patch-genex-versionadded'

8002d039e8 Help: Add versionadded for STRING FIND genex

Acked-by: Kitware Robot <[email protected]>
Merge-request: !11609
Brad King 2 giorni fa
parent
commit
463095b324
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Help/manual/cmake-generator-expressions.7.rst

+ 2 - 0
Help/manual/cmake-generator-expressions.7.rst

@@ -407,6 +407,8 @@ String Queries
 
 
 .. genex:: $<STRING:FIND,string[,FROM:(BEGIN|END)],substring>
 .. genex:: $<STRING:FIND,string[,FROM:(BEGIN|END)],substring>
 
 
+  .. versionadded:: 4.3
+
   The position where the given ``substring`` was found in the supplied
   The position where the given ``substring`` was found in the supplied
   ``string``. If the ``substring`` is not found, a position of -1 is returned.
   ``string``. If the ``substring`` is not found, a position of -1 is returned.