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