ENABLED_FEATURES.rst 447 B

1234567891011
  1. ENABLED_FEATURES
  2. ----------------
  3. List of features which are enabled during the CMake run.
  4. List of features which are enabled during the CMake run. By default
  5. it contains the names of all packages which were 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``.