Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | -add QUIET keyword to pkgconfig macros | Alex Neundorf | 2010-05-08 | 1 | -8/+19 |
| | | | | | | | | | Synced from KDE svn: pkg_check_modules() and pkg_search_module() now both support a QUIET keyword. When given, no messages will be printed (except the REQUIRED ones) This also fixes #10469 (confusing output of FindLibXml2.cmake) Alex | ||||
* | Remove old license from FindPkgConfig.cmake module | Brad King | 2009-10-05 | 1 | -24/+1 |
| | | | | | | | This module was contributed under a BSD-like license. We added CMake's OSI-approved BSD License on top of it. With the author's permission, this commit removes the old license text and puts the author's copyright notice in the block referring to the new license. | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+12 |
| | | | | | | | 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 for bug 6117 pkgconfig | Bill Hoffman | 2008-02-07 | 1 | -2/+2 |
| | |||||
* | BUG: fix for 5722 | Bill Hoffman | 2007-12-18 | 1 | -2/+2 |
| | |||||
* | BUG: fix for 6117, fix for second run | Bill Hoffman | 2007-12-14 | 1 | -2/+2 |
| | |||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-26 | 1 | -2/+2 |
| | | | | Alex | ||||
* | ENH: better backwards compatibility, and deprecate PKGCONFIG | Bill Hoffman | 2006-12-09 | 1 | -25/+0 |
| | |||||
* | ENH: maintain backwards compatibility in UsePkgConfig | Bill Hoffman | 2006-11-29 | 1 | -4/+9 |
| | |||||
* | ENH: check in new pkgconfig stuff from Enrico Scholz | Bill Hoffman | 2006-11-22 | 1 | -0/+380 |