mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
build: fix warning with passively available libintl (#10380)
Since 0364f51 it would display a warning.
This commit is contained in:
@@ -58,6 +58,7 @@ if (HAVE_WORKING_LIBINTL)
|
||||
if(LibIntl_FIND_REQUIRED)
|
||||
unset(LibIntl_FIND_REQUIRED)
|
||||
endif()
|
||||
set(LibIntl_FIND_QUIETLY ON)
|
||||
|
||||
check_variable_exists(_nl_msg_cat_cntr HAVE_NL_MSG_CAT_CNTR)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user