Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/GETTEXT.cmake')
-rw-r--r--cmake/GETTEXT.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/GETTEXT.cmake b/cmake/GETTEXT.cmake
index d920a45b1..e140dc4bb 100644
--- a/cmake/GETTEXT.cmake
+++ b/cmake/GETTEXT.cmake
@@ -18,6 +18,9 @@
# Boston, MA 02111-1307, USA.
find_suggested_package(Gettext)
+if (GETTEXT_FOUND)
+ find_package(Libintl)
+endif()
function(gettext po_dir package_name)
set(mo_files)