Disable regeneration of POTFILES.in

On Windows CMake converts "\n" to CRLF, which causes xgettext to
mangle paths with [type: gettext/gsettings] in front of them and
also dirties the source directory with uncommittable changes.
The autotools build doesn't regenerate POTFILES.in and we've historically
maintained it by hand.
This commit is contained in:
John Ralls 2017-09-11 12:18:57 -07:00
parent 3f84f48415
commit ac86ca949f

View File

@ -146,7 +146,7 @@ ENDIF ()
IF(BUILDING_FROM_VCS) IF(BUILDING_FROM_VCS)
MAKE_GNUCASH_POTFILES() # MAKE_GNUCASH_POTFILES()
find_program(INTLTOOL_EXTRACT NAMES intltool-extract) find_program(INTLTOOL_EXTRACT NAMES intltool-extract)
find_program(XGETTEXT xgettext) find_program(XGETTEXT xgettext)