mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
disable cmake feature summary after the first run
because the summary is incorrect after the first run anyway
This commit is contained in:
parent
38648bbbf5
commit
f17537579a
1 changed files with 2 additions and 1 deletions
|
@ -515,7 +515,8 @@ FEATURE_SUMMARY(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES VAR MARIADB_FEATURE_
|
|||
|
||||
OPTION(FEATURE_SUMMARY "Print feature summary at the end of configure step" ON)
|
||||
IF (FEATURE_SUMMARY)
|
||||
MESSAGE_ONCE(SUMMARY "${MARIADB_FEATURE_SUMMARY}")
|
||||
MESSAGE("${MARIADB_FEATURE_SUMMARY}")
|
||||
SET(FEATURE_SUMMARY OFF CACHE BOOL "" FORCE)
|
||||
ENDIF()
|
||||
|
||||
IF(NON_DISTRIBUTABLE_WARNING)
|
||||
|
|
Loading…
Reference in a new issue