diff options
author | John Szakmeister <john@szakmeister.net> | 2014-11-18 03:53:21 -0500 |
---|---|---|
committer | John Szakmeister <john@szakmeister.net> | 2014-11-18 03:53:21 -0500 |
commit | a67fd6f21378bc01b41e5349abff2eb214f6c288 (patch) | |
tree | cf5d3383a762dbb9aabaf1092cf8a5d699e01c42 | |
parent | b2b9333179e8000e366576972d591af3f8da1730 (diff) | |
parent | 369045cf05e99e6c8cf8a662b54eb8121a370932 (diff) | |
download | rneovim-a67fd6f21378bc01b41e5349abff2eb214f6c288.tar.gz rneovim-a67fd6f21378bc01b41e5349abff2eb214f6c288.tar.bz2 rneovim-a67fd6f21378bc01b41e5349abff2eb214f6c288.zip |
Merge pull request #1487 from jszakmeister/search-gettext-subdir
Fix #1484: search gettext subdir for header
-rw-r--r-- | cmake/FindLibIntl.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/FindLibIntl.cmake b/cmake/FindLibIntl.cmake index 893e4db8d5..75926200c1 100644 --- a/cmake/FindLibIntl.cmake +++ b/cmake/FindLibIntl.cmake @@ -23,6 +23,7 @@ endif() find_path(LibIntl_INCLUDE_DIR NAMES libintl.h + PATH_SUFFIXES gettext ) find_library(LibIntl_LIBRARY |