summaryrefslogtreecommitdiffstats
path: root/Modules/FindGettext.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-1/+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 #8122, _firstPoFile was not empty because it was no real variableAlexander Neundorf2009-01-101-1/+3
| | | | | | but just a macro argument -> make it a real variable Alex
* BUG: fix 7230: don't ignore first parameter if it's not ALLAlexander Neundorf2008-06-291-1/+1
| | | | Alex
* BUG: fix typo reported by Duncan Mac VicarAlexander Neundorf2007-02-261-1/+1
| | | | Alex
* BUG: add gettext module for working with GNU gettext (#4081)Alexander Neundorf2007-02-021-0/+65
Alex