When Boost is not found via CMake, tell what exact features are disabled

This commit is contained in:
Alexey Sokolov
2018-04-04 08:13:28 +01:00
parent b9743d8320
commit d6bfe504ae
+1
View File
@@ -192,6 +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")
endif()
if(HAVE_I18N AND GETTEXT_MSGMERGE_EXECUTABLE)