summaryrefslogtreecommitdiff
path: root/cmake/FindGettext.cmake
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-12-09 21:50:27 +0100
committerTomáš Chvátal <scarabeus@gentoo.org>2009-12-09 21:50:27 +0100
commit7af605d1d42b2760799e816b7b25efe90a07d269 (patch)
tree5ed4d679d6bdaf22b74c76d229d87ffe52e74bf3 /cmake/FindGettext.cmake
parentddcbf2fcd7bfb9af4358593f8eebaa18d04c0f96 (diff)
Add most parts of Timoo's windows code, or use different logic to get to the same results.
Diffstat (limited to 'cmake/FindGettext.cmake')
-rw-r--r--cmake/FindGettext.cmake2
1 files changed, 1 insertions, 1 deletions
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
)