summaryrefslogtreecommitdiffstats
path: root/Modules/FindKDE3.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: fix #7452, bad closing ENDIF() statementAlexander Neundorf2008-08-051-1/+1
| | | | Alex
* BUG: modify the compiler flags only if KDE3 has actually been foundAlexander Neundorf2008-06-181-41/+45
| | | | Alex
* STYLE: use uppercase to be consistent with the rest of the fileAlexander Neundorf2008-06-181-8/+8
| | | | Alex
* BUG: the variable is _KDE4_USE_FLAGSAlexander Neundorf2008-06-181-5/+6
| | | | | | ENH: I guess this is also true for gcc 2.95 ? Alex
* ENH: use correct variableBill Hoffman2008-06-181-6/+6
|
* ENH: fix for findallBill Hoffman2008-06-181-6/+16
|
* ENH: try to module run testBill Hoffman2008-06-181-2/+2
|
* ENH: try to module run testBill Hoffman2008-06-181-4/+4
|
* ENH: fix find module stuff for testBill Hoffman2008-06-161-4/+8
|
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-34/+16
| | | | | | | | | | - The find_* commands now provide a HINTS option. - The option specifies paths to be preferred over the system paths. - Many Find* modules were using two find calls with NO_DEFAULT_PATH to approximate the behavior, but that blocked users from overriding things with CMAKE_PREFIX_PATH. - This commit uses the HINTS feature to get desired behavior in only one find command call.
* ENH: don't hardcode the /lib/kde3/ directory for the libtool files, but makeAlexander Neundorf2007-07-171-2/+10
| | | | | | it adjustable and detect if libkdecore.so is a 64bit library Alex
* BUG: remove KDE3_ENABLE_FINAL (#4140): it doesn't work currently and IAlexander Neundorf2007-02-201-14/+15
| | | | | | | don't have the time to fix this since it would require bigger changes. Maybe I'll do this if the KDE3 support of CMake becomes more widely used. Alex
* BUG: fix #3955: add -O2 by default but only if no special buildtype is setAlexander Neundorf2006-10-231-4/+10
| | | | Alex
* STYLE: remove unnecessary /usr/local/include search pathAlexander Neundorf2006-08-271-1/+0
| | | | Alex
* BUG: fix comment (#3511)Alexander Neundorf2006-08-271-1/+1
| | | | Alex
* ENH: #3225: first check the special paths, the the default path, also forAlexander Neundorf2006-08-271-17/+63
| | | | | | searching kde-config Alex
* BUG: Fix usage of FIND_PROGRAM command.Brad King2006-08-011-3/+3
|
* BUG: put the path to the kde3 lib dir in KDE3_LIB_DIR, not the completeAlexander Neundorf2006-03-211-1/+3
| | | | | | libkdecore.so Alex
* STYLE: fix typosAlexander Neundorf2006-03-181-4/+3
| | | | Alex
* ENH: add real-world-tested and used KDE3 support, and obsolete ↵Alexander Neundorf2006-03-091-0/+211
FindKDE.cmake, which wasn't used by anybody that I heard of Alex