aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2007-10-04 07:00:34 +0000
committerLaurent Montel <montel@kde.org>2007-10-04 07:00:34 +0000
commit430e3ca856e28e7bbda4d03dbe2037038c6e6cfa (patch)
tree63d0d8dd21aaf161f96ae94e23893ccd70225d20
parent588db94185d429593dcb23473c00b29cd32f3229 (diff)
downloadextra-cmake-modules-430e3ca856e28e7bbda4d03dbe2037038c6e6cfa.tar.gz
extra-cmake-modules-430e3ca856e28e7bbda4d03dbe2037038c6e6cfa.tar.bz2
Remove not necessary path
svn path=/trunk/KDE/kdelibs/; revision=720967
-rw-r--r--modules/FindTaglib.cmake2
-rw-r--r--modules/FindXmms.cmake6
2 files changed, 2 insertions, 6 deletions
diff --git a/modules/FindTaglib.cmake b/modules/FindTaglib.cmake
index a66ae57b..225fa53d 100644
--- a/modules/FindTaglib.cmake
+++ b/modules/FindTaglib.cmake
@@ -12,8 +12,6 @@
IF(NOT WIN32)
FIND_PROGRAM(TAGLIBCONFIG_EXECUTABLE NAMES taglib-config PATHS
- /usr/bin
- /usr/local/bin
${BIN_INSTALL_DIR}
)
ENDIF(NOT WIN32)
diff --git a/modules/FindXmms.cmake b/modules/FindXmms.cmake
index 8718baf6..6b93a916 100644
--- a/modules/FindXmms.cmake
+++ b/modules/FindXmms.cmake
@@ -1,6 +1,6 @@
# Search xmms
#
-# Copyright (c) 2006, Laurent Montel, <montel@kde.org>
+# Copyright (c) 2006, 2007 Laurent Montel, <montel@kde.org>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
@@ -9,9 +9,7 @@
OPTION(KDE4_XMMS "enable support for XMMS")
if(KDE4_XMMS)
- FIND_PROGRAM(XMMSCONFIG_EXECUTABLE NAMES xmms-config PATHS
- /usr/bin
- /usr/local/bin
+ FIND_PROGRAM(XMMSCONFIG_EXECUTABLE NAMES xmms-config
)
#reset vars
set(XMMS_LIBRARIES)