From be67d926c5eec3b90cf906471f4b81ed21223c1f Mon Sep 17 00:00:00 2001 From: b-r-o-c-k Date: Sat, 24 Mar 2018 11:58:32 -0500 Subject: build/msvc: Add libintl to bundled dependencies (#8163) --- cmake/FindLibIntl.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/FindLibIntl.cmake') 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) -- cgit