find gettext

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40286 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-11-26 10:04:32 +00:00
parent d753ddb058
commit 6c79c67a8f

View File

@ -12,7 +12,7 @@
# ALL option is used, the translations will also be created when
# building the default target.
set(hints "HINTS ${GNUWIN32_DIR}/deps20/gettext-tools")
set(hints HINTS "${GNUWIN32_DIR}/gettext-tools")
FIND_PROGRAM(GETTEXT_MSGMERGE_EXECUTABLE msgmerge ${hints})
FIND_PROGRAM(GETTEXT_MSGFMT_EXECUTABLE msgfmt ${hints})
FIND_PROGRAM(GETTEXT_XGETTEXT_EXECUTABLE xgettext ${hints})