Ver código fonte

Merge topic 'depguide-fetchcontent-versioning'

8d8d8ac772 Help: Mark features new to 3.24 in Using Dependencies Guide

Acked-by: Kitware Robot <[email protected]>
Merge-request: !7411
Brad King 3 anos atrás
pai
commit
f908b4b1e9
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      Help/guide/using-dependencies/index.rst

+ 4 - 0
Help/guide/using-dependencies/index.rst

@@ -304,6 +304,8 @@ with this method.
 ``FetchContent`` And ``find_package()`` Integration
 ``FetchContent`` And ``find_package()`` Integration
 ===================================================
 ===================================================
 
 
+.. versionadded:: 3.24
+
 Some dependencies support being added by either :command:`find_package` or
 Some dependencies support being added by either :command:`find_package` or
 :module:`FetchContent`.  Such dependencies must ensure they define the same
 :module:`FetchContent`.  Such dependencies must ensure they define the same
 namespaced targets in both installed and built-from-source scenarios.
 namespaced targets in both installed and built-from-source scenarios.
@@ -375,6 +377,8 @@ For more advanced use cases, see the
 Dependency Providers
 Dependency Providers
 ====================
 ====================
 
 
+.. versionadded:: 3.24
+
 The preceding section discussed techniques that projects can use to specify
 The preceding section discussed techniques that projects can use to specify
 their dependencies.  Ideally, the project shouldn't really care where a
 their dependencies.  Ideally, the project shouldn't really care where a
 dependency comes from, as long as it provides the things it expects (often
 dependency comes from, as long as it provides the things it expects (often