summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use centralized cmake versionMichele Calgaro2024-03-171-6/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-051-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-221-1/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use common rules for build and install documentation and translations.Slávek Banko2021-07-261-2/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* CMake: Some cosmetics.gregory guy2020-10-021-4/+4
| | | | Signed-off-by: gregory guy <[email protected]>
* Move translations to a new directory layout.Slávek Banko2020-04-291-2/+2
| | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <[email protected]>
* cmake: Set WITH_ALL_OPTIONS to OFF by default to make it consistent.Slávek Banko2020-03-201-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use common CMake tests.Slávek Banko2019-02-121-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-171-2/+2
| | | | Signed-off-by: Fabio Rossi <[email protected]>
* conversion to cmake build systemgregory guy2018-09-011-0/+77
Signed-off-by: gregory guy <[email protected]>