DISABLED_FEATURES.rst 455 B

1234567891011
  1. DISABLED_FEATURES
  2. -----------------
  3. List of features which are disabled during the CMake run.
  4. List of features which are disabled during the CMake run. By default
  5. it contains the names of all packages which were not found. This is
  6. determined using the ``<NAME>_FOUND`` variables. Packages which are
  7. searched ``QUIET`` are not listed. A project can add its own features to
  8. this list. This property is used by the macros in
  9. ``FeatureSummary.cmake``.