Skip to content

Commit f175375

Browse files
committed
disable cmake feature summary after the first run
because the summary is incorrect after the first run anyway
1 parent 38648bb commit f175375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,8 @@ FEATURE_SUMMARY(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES VAR MARIADB_FEATURE_
515515

516516
OPTION(FEATURE_SUMMARY "Print feature summary at the end of configure step" ON)
517517
IF (FEATURE_SUMMARY)
518-
MESSAGE_ONCE(SUMMARY "${MARIADB_FEATURE_SUMMARY}")
518+
MESSAGE("${MARIADB_FEATURE_SUMMARY}")
519+
SET(FEATURE_SUMMARY OFF CACHE BOOL "" FORCE)
519520
ENDIF()
520521

521522
IF(NON_DISTRIBUTABLE_WARNING)

0 commit comments

Comments
 (0)