cmake/Help/prop_gbl/ENABLED_FEATURES.rst

12 lines
447 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
ENABLED_FEATURES
----------------
List of features which are enabled during the CMake run.
List of features which are enabled during the CMake run. By default
it contains the names of all packages which were found. This is
2019-11-11 23:01:05 +01:00
determined using the ``<NAME>_FOUND`` variables. Packages which are
searched ``QUIET`` are not listed. A project can add its own features to
2014-08-03 19:52:23 +02:00
this list. This property is used by the macros in
2019-11-11 23:01:05 +01:00
``FeatureSummary.cmake``.