summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2018-04-26 16:44:26 +0800
committerPeng Wu <alexepico@gmail.com>2018-04-26 16:44:26 +0800
commit86a756c0d888220b6c4e667642e0ee0ddb737d83 (patch)
tree754a22df648562ab4dc30dc40a951fbbf63a7d56 /CMakeLists.txt
parent63076e51a67336970973172189b450a7d076b7d9 (diff)
downloadlibpinyin-86a756c0d888220b6c4e667642e0ee0ddb737d83.tar.gz
libpinyin-86a756c0d888220b6c4e667642e0ee0ddb737d83.tar.xz
libpinyin-86a756c0d888220b6c4e667642e0ee0ddb737d83.zip
skip libintl.h checks
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1174af8..78761aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,6 @@ set (VERSION ${LIBPINYIN_VERSION})
include(CheckIncludeFileCXX)
check_include_file_cxx(locale.h HAVE_LOCALE_H)
-check_include_file_cxx(libintl.h HAVE_LIBINTL_H)
check_include_file_cxx(stdlib.h HAVE_STDLIB_H)
check_include_file_cxx(string.h HAVE_STRING_H)
check_include_file_cxx(sys/time.h HAVE_SYS_TIME_H)