summaryrefslogtreecommitdiff
path: root/Help/prop_sf
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-01 13:23:56 -0500
committerBrad King <brad.king@kitware.com>2023-02-01 13:58:23 -0500
commitbc1ba6d56b1297cc4677e527bfbe85f3502eb13e (patch)
tree77b287eeff9036b85d5c052e10f8c59fecc99bcf /Help/prop_sf
parent71f9c1943d63805cf3a87fcb832a7c664e8d1a47 (diff)
downloadcmake-bc1ba6d56b1297cc4677e527bfbe85f3502eb13e.tar.gz
Help: Document experimental feature gate affecting CXX_SCAN_FOR_MODULES
Also drop the release note for `CXX_SCAN_FOR_MODULES`, as the rest of the C++ modules support has not yet been mentioned in release notes (since it is still experimental).
Diffstat (limited to 'Help/prop_sf')
-rw-r--r--Help/prop_sf/CXX_SCAN_FOR_MODULES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/prop_sf/CXX_SCAN_FOR_MODULES.rst b/Help/prop_sf/CXX_SCAN_FOR_MODULES.rst
index 9d6c0a57af..23c48597d3 100644
--- a/Help/prop_sf/CXX_SCAN_FOR_MODULES.rst
+++ b/Help/prop_sf/CXX_SCAN_FOR_MODULES.rst
@@ -17,3 +17,8 @@ Note that scanning is only performed if C++20 or higher is enabled for the
target and the source uses the ``CXX`` language. Scanning for modules in
sources belonging to file sets of type ``CXX_MODULES`` and
``CXX_MODULES_HEADER_UNITS`` is always performed.
+
+.. note ::
+
+ This setting is meaningful only when experimental support for C++ modules
+ has been enabled by the ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API`` gate.