summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_CXX_SCAN_FOR_MODULES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document experimental feature gate affecting CXX_SCAN_FOR_MODULESBrad King2023-02-011-0/+5
| | | | | | 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).
* cxxmodules: add properties to control scanningBen Boeckel2022-11-181-0/+10
The `CXX_SCAN_FOR_MODULES` property may be used to control scanning for targets and for source files rather than assuming "C++20 always needs to be scanned".