mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
* Remove space before commas * Do not add an empty line before the first type of packages Also fix a typo in unit test.
9 lines
182 B
CMake
9 lines
182 B
CMake
include(FeatureSummary)
|
|
|
|
set(WITH_FOO 1)
|
|
|
|
add_feature_info(Foo WITH_FOO "Foo description.")
|
|
add_feature_info(Foo WITH_FOO "Foo description.")
|
|
|
|
feature_summary(WHAT ENABLED_FEATURES)
|