Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+14 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | BUG: fix potential issue with empty strings | Bill Hoffman | 2009-02-03 | 1 | -3/+3 |
| | |||||
* | BUG: fix #7447, FindModulesExecuteAll test fails if both Qt3 and KDE4 can be | Alexander Neundorf | 2008-08-16 | 1 | -0/+12 |
| | | | | | | | | | | | | | found in the system Qt3 and Qt4 cannot be used together in one project. Now Qt3/KDE3 and Qt4/KDE4 handle the case that this is done nevertheless properly, i.e. they fail with FATAL_ERROR if it was REQUIRED and they fail with just MESSAGE(STATUS ...) and RETURN() if it was not REQUIRED BUG: make FindQt4 error out with FATAL_ERROR also if it was searched QUIET Alex | ||||
* | BUG: fix #7452, bad closing ENDIF() statement | Alexander Neundorf | 2008-08-05 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: modify the compiler flags only if KDE3 has actually been found | Alexander Neundorf | 2008-06-18 | 1 | -41/+45 |
| | | | | Alex | ||||
* | STYLE: use uppercase to be consistent with the rest of the file | Alexander Neundorf | 2008-06-18 | 1 | -8/+8 |
| | | | | Alex | ||||
* | BUG: the variable is _KDE4_USE_FLAGS | Alexander Neundorf | 2008-06-18 | 1 | -5/+6 |
| | | | | | | ENH: I guess this is also true for gcc 2.95 ? Alex | ||||
* | ENH: use correct variable | Bill Hoffman | 2008-06-18 | 1 | -6/+6 |
| | |||||
* | ENH: fix for findall | Bill Hoffman | 2008-06-18 | 1 | -6/+16 |
| | |||||
* | ENH: try to module run test | Bill Hoffman | 2008-06-18 | 1 | -2/+2 |
| | |||||
* | ENH: try to module run test | Bill Hoffman | 2008-06-18 | 1 | -4/+4 |
| | |||||
* | ENH: fix find module stuff for test | Bill Hoffman | 2008-06-16 | 1 | -4/+8 |
| | |||||
* | ENH: Cleanup Find* modules with new HINTS feature | Brad King | 2008-06-09 | 1 | -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 make | Alexander Neundorf | 2007-07-17 | 1 | -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 I | Alexander Neundorf | 2007-02-20 | 1 | -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 set | Alexander Neundorf | 2006-10-23 | 1 | -4/+10 |
| | | | | Alex | ||||
* | STYLE: remove unnecessary /usr/local/include search path | Alexander Neundorf | 2006-08-27 | 1 | -1/+0 |
| | | | | Alex | ||||
* | BUG: fix comment (#3511) | Alexander Neundorf | 2006-08-27 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: #3225: first check the special paths, the the default path, also for | Alexander Neundorf | 2006-08-27 | 1 | -17/+63 |
| | | | | | | searching kde-config Alex | ||||
* | BUG: Fix usage of FIND_PROGRAM command. | Brad King | 2006-08-01 | 1 | -3/+3 |
| | |||||
* | BUG: put the path to the kde3 lib dir in KDE3_LIB_DIR, not the complete | Alexander Neundorf | 2006-03-21 | 1 | -1/+3 |
| | | | | | | libkdecore.so Alex | ||||
* | STYLE: fix typos | Alexander Neundorf | 2006-03-18 | 1 | -4/+3 |
| | | | | Alex | ||||
* | ENH: add real-world-tested and used KDE3 support, and obsolete ↵ | Alexander Neundorf | 2006-03-09 | 1 | -0/+211 |
FindKDE.cmake, which wasn't used by anybody that I heard of Alex |