mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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".
6 lines
195 B
ReStructuredText
6 lines
195 B
ReStructuredText
cxx-scanning-properties
|
|
-----------------------
|
|
|
|
* The :prop_tgt:`CXX_SCAN_FOR_MODULES` target and source file properties may
|
|
be used to enable or disable scanning for C++ module dependencies.
|