mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
Mark Intl cmake package as quiet
This suppresses not-very-interesting messages from CMake about whether Intl was found or not. Fixes #7091
This commit is contained in:
@@ -4,7 +4,7 @@ include(FeatureSummary)
|
||||
|
||||
option(WITH_GETTEXT "translate messages if gettext is available" ON)
|
||||
if(WITH_GETTEXT)
|
||||
find_package(Intl)
|
||||
find_package(Intl QUIET)
|
||||
find_package(Gettext)
|
||||
if(GETTEXT_FOUND)
|
||||
set(HAVE_GETTEXT 1)
|
||||
|
||||
Reference in New Issue
Block a user