diff options
author | Brad King <brad.king@kitware.com> | 2023-02-01 18:23:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-01 18:58:23 (GMT) |
commit | bc1ba6d56b1297cc4677e527bfbe85f3502eb13e (patch) | |
tree | 77b287eeff9036b85d5c052e10f8c59fecc99bcf /Help/variable/CMAKE_CXX_SCAN_FOR_MODULES.rst | |
parent | 71f9c1943d63805cf3a87fcb832a7c664e8d1a47 (diff) | |
download | CMake-bc1ba6d56b1297cc4677e527bfbe85f3502eb13e.zip CMake-bc1ba6d56b1297cc4677e527bfbe85f3502eb13e.tar.gz CMake-bc1ba6d56b1297cc4677e527bfbe85f3502eb13e.tar.bz2 |
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/variable/CMAKE_CXX_SCAN_FOR_MODULES.rst')
-rw-r--r-- | Help/variable/CMAKE_CXX_SCAN_FOR_MODULES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CXX_SCAN_FOR_MODULES.rst b/Help/variable/CMAKE_CXX_SCAN_FOR_MODULES.rst index 0d6c636..a40bf75 100644 --- a/Help/variable/CMAKE_CXX_SCAN_FOR_MODULES.rst +++ b/Help/variable/CMAKE_CXX_SCAN_FOR_MODULES.rst @@ -8,3 +8,8 @@ Whether to scan C++ source files for module dependencies. This variable is used to initialize the :prop_tgt:`CXX_SCAN_FOR_MODULES` property on all the targets. See that target property for additional information. + +.. note :: + + This setting is meaningful only when experimental support for C++ modules + has been enabled by the ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API`` gate. |