summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to '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
)