aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindLibIntl.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt: slightly modernizePřemysl Eric Janouch2021-10-311-38/+0
| | | | | | | | Before version 3.12, we still need to set CPACK_PACKAGE_VERSION manually, and the subversions are actually wrongly defaulting to 0.1.1 (but we don't particularly care). FindIntl has been there since CMake 3.2.
* Name changePřemysl Eric Janouch2020-09-281-1/+1
| | | | Also some copyright years fix-ups/updates.
* Change the way translations are done.Přemysl Janouch2011-02-121-0/+38
* Require gettext-tools to build. * Depend on libintl on Win32.