From fee52c6fa13a4075a251f802e4388f19af719b80 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Sat, 15 Feb 2025 11:45:25 +0100 Subject: FindGettext: Fix target name for the GETTEXT_PROCESS_POT_FILE function The correct target name is "potfiles" and not "potfile". --- Modules/FindGettext.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindGettext.cmake b/Modules/FindGettext.cmake index b982bb9..c38f9f5 100644 --- a/Modules/FindGettext.cmake +++ b/Modules/FindGettext.cmake @@ -52,7 +52,7 @@ This module provides several function. [INSTALL_DESTINATION ] LANGUAGES ...) - This function creates a custom target "potfile" which processes the given + This function creates a custom target "potfiles" which processes the given .pot file to .mo files. Options: ``ALL`` -- cgit v0.12