CMAKE_CXX_SCAN_FOR_MODULES.rst 294 B

12345678910
  1. CMAKE_CXX_SCAN_FOR_MODULES
  2. --------------------------
  3. .. versionadded:: 3.28
  4. Whether to scan C++ source files for module dependencies.
  5. This variable is used to initialize the :prop_tgt:`CXX_SCAN_FOR_MODULES`
  6. property on all the targets. See that target property for additional
  7. information.