Lower gettext version again until a better solution is found

This commit is contained in:
Geert Janssens
2020-02-06 20:10:42 +01:00
parent 01f00a35fb
commit 2d907ff495

View File

@@ -239,7 +239,7 @@ find_path (REGEX_INCLUDE_PATH NAMES regex.h
find_library (REGEX_LIBRARY NAMES regex)
# I18N
find_package (Gettext 0.20 REQUIRED)
find_package (Gettext 0.19.6 REQUIRED)
find_path (LIBINTL_INCLUDE_PATH NAMES libintl.h
PATHS /usr/include /opt/gnome/include)
find_library (LIBINTL_LIBRARY NAMES intl)