aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-11-18 03:53:21 -0500
committerJohn Szakmeister <john@szakmeister.net>2014-11-18 03:53:21 -0500
commita67fd6f21378bc01b41e5349abff2eb214f6c288 (patch)
treecf5d3383a762dbb9aabaf1092cf8a5d699e01c42
parentb2b9333179e8000e366576972d591af3f8da1730 (diff)
parent369045cf05e99e6c8cf8a662b54eb8121a370932 (diff)
downloadrneovim-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.cmake1
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