Skip to content

Commit

Permalink
Lower gettext version again until a better solution is found
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanssens committed Feb 6, 2020
1 parent 01f00a3 commit 2d907ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d907ff

Please sign in to comment.