summaryrefslogtreecommitdiff
path: root/cmake/FindGettext.cmake
diff options
context:
space:
mode:
authorDusan Durech <dusan.d@Centrum.sk>2009-08-16 15:33:47 +0200
committerDusan Durech <dusan.d@Centrum.sk>2009-08-16 15:33:47 +0200
commitfcafb3fc81d340f939bdde215b813d69c34ac9e0 (patch)
treea47062bee471b6a1384002ff2e4e5f4caf89afec /cmake/FindGettext.cmake
parentb97ea6df3480e023a4e1be76ed6c357c7f06f01e (diff)
parent80fa5d597783793afab25d55757254dcf9172716 (diff)
Merge branch 'master' of ssh://oroborus@repo.or.cz/srv/git/tuxanci
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
)