From 6c79c67a8fe6ac947e188f1c03fc28894a826c5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sat, 26 Nov 2011 10:04:32 +0000 Subject: [PATCH] find gettext git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40286 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/modules/FindLyXGettext.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/modules/FindLyXGettext.cmake b/development/cmake/modules/FindLyXGettext.cmake index 940e6e09a6..d4e48b06db 100755 --- a/development/cmake/modules/FindLyXGettext.cmake +++ b/development/cmake/modules/FindLyXGettext.cmake @@ -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}) -- 2.39.5