Skip to content

Commit 016164f

Browse files
committed
cmake: use provided feature summary (not custom one)
1 parent 8b8fcd1 commit 016164f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,4 @@ if(${CMAKE_VERBOSE_MAKEFILE})
177177
message(STATUS "********************************************************************************")
178178
endif()
179179

180-
feature_summary(WHAT ENABLED_FEATURES DESCRIPTION "Enabled Features:")
181-
feature_summary(WHAT DISABLED_FEATURES DESCRIPTION "Disabled Features:")
182-
feature_summary(WHAT PACKAGES_FOUND DESCRIPTION "Packages Found (or auto-added):")
183-
feature_summary(WHAT PACKAGES_NOT_FOUND DESCRIPTION "Packages Not Found:")
180+
feature_summary(WHAT ALL)

0 commit comments

Comments
 (0)