From 7af605d1d42b2760799e816b7b25efe90a07d269 Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Wed, 9 Dec 2009 21:50:27 +0100 Subject: Add most parts of Timoo's windows code, or use different logic to get to the same results. --- cmake/FindGettext.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/FindGettext.cmake b/cmake/FindGettext.cmake index 494d8b0..341bcbf 100644 --- a/cmake/FindGettext.cmake +++ b/cmake/FindGettext.cmake @@ -18,7 +18,7 @@ FIND_PATH(GETTEXT_INCLUDE_DIR libintl.h PATHS /usr/local/include /usr/include - ${CMAKE_SOURCE_DIR}/packaging/windows/Gettext/include + /usr/i686-pc-mingw32/sys-root/mingw/include NO_DEFAULT_PATH ) -- cgit v1.2.3