mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1487 from jszakmeister/search-gettext-subdir
Fix #1484: search gettext subdir for header
This commit is contained in:
commit
a67fd6f213
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user