Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use TDE cmake macro to set version | Michele Calgaro | 2022-06-22 | 1 | -1/+5 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. | Michele Calgaro | 2022-05-03 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Raise the minimum required version of CMake to 3.1. | Slávek Banko | 2021-12-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add a top-level CMake rules that allows to build all languages | Slávek Banko | 2021-05-27 | 1 | -0/+63 |
depending on the setting of the LINGUAS environment variable. To enable separate installation of individual languages, there are individual targets with "install-<lang>" format. Don't use it with standard make, because due to the huge number of targets, it has a huge overhead and therefore provides lousy performance! Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |