Fix clean builds failing due to translations (closes #1604)

presentation
Bryan Tan 6 years ago
parent da1160dd24
commit 62fb7df3b3
  1. 6
      cmake/find/Gettext.cmake

@ -21,6 +21,10 @@
# https://github.com/ypcs/geary # https://github.com/ypcs/geary
# #
## ##
#
# With modifications by Bryan Tan to fix an issue with the translation target.
#
##
# Add find_package handler for gettext programs msgmerge, msgfmt, msgcat and # Add find_package handler for gettext programs msgmerge, msgfmt, msgcat and
# xgettext. # xgettext.
## ##
@ -692,7 +696,7 @@ if(XGETTEXT_FOUND)
endif() endif()
add_custom_target(translations add_custom_target(translations
"${make_all}" ${make_all}
DEPENDS DEPENDS
${_gmoFiles} ${_gmoFiles}
${desktopfiles} ${desktopfiles}

Loading…
Cancel
Save