aboutsummaryrefslogtreecommitdiff
path: root/modules/FindMsgfmt.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-07 02:11:45 +0000
committerAlexander Neundorf <neundorf@kde.org>2007-08-07 02:11:45 +0000
commitf078487d1b9e273d2b2af81cbaba6f1b6f65f92e (patch)
tree9bc369fed7c128ed7a53f6a6c0227899d03e3214 /modules/FindMsgfmt.cmake
parenta7c4888bb864b525568df10219915c3925d3dd61 (diff)
downloadextra-cmake-modules-f078487d1b9e273d2b2af81cbaba6f1b6f65f92e.tar.gz
extra-cmake-modules-f078487d1b9e273d2b2af81cbaba6f1b6f65f92e.tar.bz2
-use PATH_SUFFIXES in FindGLIB2.cmake to make the command even shorter
-remove unecessary search path for msgfmt Alex svn path=/trunk/KDE/kdelibs/; revision=697172
Diffstat (limited to 'modules/FindMsgfmt.cmake')
-rw-r--r--modules/FindMsgfmt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindMsgfmt.cmake b/modules/FindMsgfmt.cmake
index cc9912ea..f578b3a2 100644
--- a/modules/FindMsgfmt.cmake
+++ b/modules/FindMsgfmt.cmake
@@ -14,7 +14,7 @@ if(MSGFMT_EXECUTABLE)
set(MSGFMT_FOUND TRUE)
else(MSGFMT_EXECUTABLE)
- FIND_PROGRAM(MSGFMT_EXECUTABLE NAMES msgfmt PATHS /usr/local/bin )
+ FIND_PROGRAM(MSGFMT_EXECUTABLE NAMES msgfmt)
if (MSGFMT_EXECUTABLE)
set(MSGFMT_FOUND TRUE)
else (MSGFMT_EXECUTABLE)