mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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)
|