summaryrefslogtreecommitdiff
path: root/cmake/FindGettext.cmake
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-08-16 15:25:03 +0200
committerTomáš Chvátal <scarabeus@gentoo.org>2009-08-16 15:25:03 +0200
commit80fa5d597783793afab25d55757254dcf9172716 (patch)
tree7340ac474acf2750ca963f21dffaf80b1bb6d748 /cmake/FindGettext.cmake
parentcf25a01ac556f9674e638422aacd0106ba16e71d (diff)
Move the bundled lib location as last hook.
Diffstat (limited to 'cmake/FindGettext.cmake')
-rw-r--r--cmake/FindGettext.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindGettext.cmake b/cmake/FindGettext.cmake
index f14922e..494d8b0 100644
--- a/cmake/FindGettext.cmake
+++ b/cmake/FindGettext.cmake
@@ -24,17 +24,17 @@ FIND_PATH(GETTEXT_INCLUDE_DIR libintl.h
FIND_PROGRAM(GETTEXT_MSGMERGE_EXECUTABLE msgmerge
PATHS
- ${CMAKE_SOURCE_DIR}/packaging/windows/Gettext/exe/
/usr/local/bin
/usr/bin
+ ${CMAKE_SOURCE_DIR}/packaging/windows/Gettext/exe/
NO_DEFAULT_PATH
)
FIND_PROGRAM(GETTEXT_MSGFMT_EXECUTABLE msgfmt
PATHS
- ${CMAKE_SOURCE_DIR}/packaging/windows/Gettext/exe/
/usr/local/bin
/usr/bin
+ ${CMAKE_SOURCE_DIR}/packaging/windows/Gettext/exe/
NO_DEFAULT_PATH
)