From 540d94afe6214397c69d739eacd28eb33a5d8883 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 12 May 2018 23:09:18 +0100 Subject: [PATCH] Improve error message about boost/gettext --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb3d67aa..c3398665 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -192,7 +192,7 @@ if(Boost_LOCALE_FOUND AND GETTEXT_MSGFMT_EXECUTABLE) set(HAVE_I18N true) else() set(HAVE_I18N false) - message(STATUS "Boost.Locale is not found, disabling i18n support") + message(STATUS "Boost.Locale or gettext (msgfmt) is not found, disabling i18n support") endif() if(HAVE_I18N AND GETTEXT_MSGMERGE_EXECUTABLE)