1diff --git a/cmake/FindGettext.cmake b/cmake/FindGettext.cmake
2index 358734688..ffcbf7ef4 100644
3--- a/cmake/FindGettext.cmake
4+++ b/cmake/FindGettext.cmake
5@@ -42,6 +42,7 @@ find_path(LIBINTL_INCLUDE
6 )
7
8 set(CMAKE_REQUIRED_INCLUDES ${LIBINTL_INCLUDE})
9+set(CMAKE_REQUIRED_FLAGS "-lintl")
10
11 check_include_files(libintl.h HAVE_LIBINTL_H)
12