EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gate

Some design concerns have been raised after trying the 3.29 release
candidates.  Avoid committing to a stable public interface for now.

Issue: #25767
This commit is contained in:
Brad King
2024-03-12 13:12:59 -04:00
parent 3677b2d916
commit 3a739d4dcb
29 changed files with 124 additions and 26 deletions
@@ -1,6 +1,8 @@
CMAKE_EXPORT_FIND_PACKAGE_NAME
------------------------------
.. versionadded:: 3.29
.. note::
Experimental. Gated by ``CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_DEPENDENCIES``.
Initializes the value of :prop_tgt:`EXPORT_FIND_PACKAGE_NAME`.