diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-16 01:50:20 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-11-19 03:31:47 +0100 |
commit | da3a4842f11684dfafa15b347717b845a4ba82c3 (patch) | |
tree | e7ed73df6bf86c7b40b21b970212f03882dad159 /CMakeLists.txt | |
parent | b8dc6bb3cc2554f0fbadf37b0178f22e0766df2d (diff) | |
download | tdv-da3a4842f11684dfafa15b347717b845a4ba82c3.tar.gz tdv-da3a4842f11684dfafa15b347717b845a4ba82c3.tar.xz tdv-da3a4842f11684dfafa15b347717b845a4ba82c3.zip |
Get rid of wchar_t for good
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 813d86c..d52a1bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,8 +44,6 @@ include_directories (${ZLIB_INCLUDE_DIRS} # Configuration include (CheckFunctionExists) -CHECK_FUNCTION_EXISTS ("wcwidth" HAVE_WCWIDTH) - set (CMAKE_REQUIRED_LIBRARIES ${dependencies_LIBRARIES}) CHECK_FUNCTION_EXISTS ("resize_term" HAVE_RESIZE_TERM) |