blob: 28601babd275b18417306b517549788bf90b9805 (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_CXX_SCAN_FOR_MODULES
--------------------------
.. versionadded:: 3.28
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.
|