aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorb-r-o-c-k <brockmammen@gmail.com>2018-06-06 20:39:17 -0500
committerb-r-o-c-k <brockmammen@gmail.com>2018-06-09 20:50:02 -0500
commitd87e5d70163addaa4ab140425c8bf875ea3b747f (patch)
treee179047dcda1e9afdf9bad4971dc3473e4834745 /cmake
parentb94b59e4e88411ba7c7802827c872c1ffb896169 (diff)
downloadrneovim-d87e5d70163addaa4ab140425c8bf875ea3b747f.tar.gz
rneovim-d87e5d70163addaa4ab140425c8bf875ea3b747f.tar.bz2
rneovim-d87e5d70163addaa4ab140425c8bf875ea3b747f.zip
build/msvc: Add libiconv to bundled dependencies
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindIconv.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindIconv.cmake b/cmake/FindIconv.cmake
index f3a54e9d6f..1d0164dae9 100644
--- a/cmake/FindIconv.cmake
+++ b/cmake/FindIconv.cmake
@@ -8,7 +8,7 @@
include(LibFindMacros)
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
-find_library(ICONV_LIBRARY NAMES iconv)
+find_library(ICONV_LIBRARY NAMES iconv libiconv)
set(Iconv_PROCESS_INCLUDES ICONV_INCLUDE_DIR)
if(ICONV_LIBRARY)