diff options
author | b-r-o-c-k <brockmammen@gmail.com> | 2018-03-24 11:58:32 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-03-24 17:58:32 +0100 |
commit | be67d926c5eec3b90cf906471f4b81ed21223c1f (patch) | |
tree | 19820e779bb6b44a044f0674f185d674e14284c1 /cmake | |
parent | 6a7c904648827ec145fe02b314768453e2bbf4fe (diff) | |
download | rneovim-be67d926c5eec3b90cf906471f4b81ed21223c1f.tar.gz rneovim-be67d926c5eec3b90cf906471f4b81ed21223c1f.tar.bz2 rneovim-be67d926c5eec3b90cf906471f4b81ed21223c1f.zip |
build/msvc: Add libintl to bundled dependencies (#8163)
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindLibIntl.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindLibIntl.cmake b/cmake/FindLibIntl.cmake index ab4632cf45..f8442566a9 100644 --- a/cmake/FindLibIntl.cmake +++ b/cmake/FindLibIntl.cmake @@ -27,7 +27,7 @@ find_path(LibIntl_INCLUDE_DIR ) find_library(LibIntl_LIBRARY - NAMES intl libintl.a + NAMES intl libintl ) if (LibIntl_INCLUDE_DIR) |