mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
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:
parent
d753ddb058
commit
6c79c67a8f
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user