mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 19:35:37 +00:00
Merge pull request #1487 from jszakmeister/search-gettext-subdir
Fix #1484: search gettext subdir for header
This commit is contained in:
@@ -23,6 +23,7 @@ endif()
|
|||||||
|
|
||||||
find_path(LibIntl_INCLUDE_DIR
|
find_path(LibIntl_INCLUDE_DIR
|
||||||
NAMES libintl.h
|
NAMES libintl.h
|
||||||
|
PATH_SUFFIXES gettext
|
||||||
)
|
)
|
||||||
|
|
||||||
find_library(LibIntl_LIBRARY
|
find_library(LibIntl_LIBRARY
|
||||||
|
|||||||
Reference in New Issue
Block a user