diff options
Diffstat (limited to 'modules/FindLibintl.cmake')
| -rw-r--r-- | modules/FindLibintl.cmake | 12 | 
1 files changed, 4 insertions, 8 deletions
| diff --git a/modules/FindLibintl.cmake b/modules/FindLibintl.cmake index 3b444d4c..e4d0539e 100644 --- a/modules/FindLibintl.cmake +++ b/modules/FindLibintl.cmake @@ -1,13 +1,9 @@ -# Try to find Gettext functionality +# Try to find Libintl functionality  # Once done this will define  # -#  GETTEXT_FOUND - system has Gettext -#  GETTEXT_INCLUDE_DIR - Gettext include directory -#  GETTEXT_LIBRARIES - Libraries needed to use Gettext -# -# HAVE_LIBINTL_H -# LIBC_HAS_DGETTEXT -# LIBINTL_HAS_DGETTEXT +#  LIBINTL_FOUND - system has Libintl +#  LIBINTL_INCLUDE_DIR - Libintl include directory +#  LIBINTL_LIBRARIES - Libraries needed to use Libintl  #  # TODO: This will enable translations only if Gettext functionality is  # present in libc. Must have more robust system for release, where Gettext | 
