diff options
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) |