aboutsummaryrefslogtreecommitdiff
path: root/modules/FindUSB.cmake
AgeCommit message (Collapse)Author
2008-02-18some improvements to the docs:Alexander Neundorf
-some modules were not at all documented, only few are left now -the copyright message doesn't have to be printed for every module in the docs -fix FindKorundom.cmake, it didn't follow the style guide and had typos (e.g. Korumdum_FOUND instead of KORUNDUM_FOUND) Alex (will commit modified FindKDE4Internal.cmake after Christians commit) svn path=/trunk/KDE/kdelibs/; revision=776742
2007-12-14few fixes i had lying here:Pino Toscano
- fix the usb detrction once again - take into account the include dirs got from pkg-config when looking for usb.h - show the library (not the include path) when showing the "libsub found" message svn path=/trunk/KDE/kdelibs/; revision=748534
2007-12-13fix libusb detectionPino Toscano
svn path=/trunk/KDE/kdelibs/; revision=748049
2007-12-05don't set libs from the cacheAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=745168
2007-08-26Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=704860
2007-08-07fix typo found by pinoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697289
2006-11-30-proper indentingAlexander Neundorf
-fix typo: USB_FIND_QUIETLY -remove now-unnecessary standard unix search paths Alex svn path=/trunk/KDE/kdelibs/; revision=609436
2006-11-20Don't try to use pkg-config under WindowsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=606389
2006-09-09added copyright notice everywhere.Alexander Neundorf
Now they all are BSD-licensed, as copyright holder I inserted everywhere the one who added it to svn (or Kitware if it is an enhanced copy from taken cmake) Some developers committed quite often but were not the ones who added the file, if you feel you have also copyright on the file add your name in the specific file. Copyright holders: CCMAIL: montel@kde.org CCMAIL: toscano.pino@tiscali.it CCMAIL: adymo@kdevelop.org CCMAIL: ranger@befunk.com CCMAIL: zack@kde.org CCMAIL: caslav.ilic@gmx.net CCMAIL: syntheticpp@yahoo.com CCMAIL: js@iidea.pl CCMAIL: michael.larouche@kdemail.net CCMAIL: ossi@kde.org CCMAIL: faure@kde.org Committers, but no files added so that they are not listed as copyright holders: CCMAIL: ch.ehrlicher@gmx.de CCMAIL: winter@kde.org CCMAIL: ralf.habacker@freenet.de CCMAIL: moura@kdewebdev.org CCMAIL: kde-buildsystem@kde.org Alex svn path=/trunk/KDE/kdelibs/; revision=582410
2006-05-30Move cmake duplicate check here:Laurent Montel
-> FindTagLib: need by kdemultimedia/amarok -> FindPostgreSQL: need by koffice-kexi/amarok -> FindMySQL: need by koffice-kexi/amarok -> FindMusicBrainz: need by amarok/kdemultimedia -> FindUSB: need by kdebase/amarok -> FindBerkeleyDB: need by kbabel/kdevelop -> FindRUBY: need by koffice-kross/amarok I will remove them from kde module after new snapshot (next monday) svn path=/trunk/KDE/kdelibs/; revision=546487