summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use TDE cmake macro to set versionMichele Calgaro2022-06-221-1/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bf75ce9b7f33cb6bc2359aba10b0a3211bcbcd3e)
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-041-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update version number to the upcoming R14.0.13.Slávek Banko2022-05-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8945af697a494fe640abaeedc7bbdfa257acd4ea)
* Update version number to R14.0.12.Slávek Banko2021-11-021-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add a top-level CMake rules that allows to build all languagesSlávek Banko2021-05-271-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> (cherry picked from commit e8e67953cac11ae86c090194ed0ce05adf7c6d41)