gnucash master: Lower gettext version again until a better solution is found

Geert Janssens gjanssens at code.gnucash.org
Thu Feb 6 14:10:49 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/2d907ff4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/01f00a35 (commit)



commit 2d907ff495a6446e64f4a16b714a5bf3f90da141
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Feb 6 20:10:42 2020 +0100

    Lower gettext version again until a better solution is found

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e11c233b4..e4103965c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)



Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list