summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use TDE cmake macro to set versionMichele Calgaro2022-06-211-1/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f2954d74f3e90b229490a6053993576b8a4d6c8d)
* 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 fab87c45cf4e6873e0f6e4a2f28a7e11321e367c)
* Update version number to R14.0.12.Slávek Banko2021-11-021-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use CMake rules instead of calling external shell scriptsSlávek Banko2021-05-241-6/+36
| | | | | | | | | | generate_apidox and install_apidox from the cmake submodule folder. After generating apidox, links pointing to build directory are fixed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dbce3eb86765ab1f33afa5f282b2a0f63b4384e8) Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update version number to R14.0.11.Slávek Banko2021-05-021-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7e102cd765337575abfa4dc2acc2596a695170ad)
* Update version number to R14.0.10.Slávek Banko2020-11-041-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update release version number to R14.0.9.Michele Calgaro2020-05-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update version number for R14.0.8 final release.r14.0.8Slávek Banko2020-04-111-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update version number for R14.0.7 final release.r14.0.7Slávek Banko2019-12-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix NetBSD APM supportOBATA Akio2019-05-041-0/+1
| | | | | | | | | NetBSD APM is supported other than i386 too, emulate API, so change to detect with MI support header. Additionally, catch up support codes to others. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit f8424834b6a36b4d3e43e3af199e55c18fb913b8)
* Updated VERSION reference to R14.0.6 in CMakeLists.txtMichele Calgaro2019-03-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-181-2/+2
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> (cherry picked from commit 44d731b5ac31423121985a509cf8880048a2f110)
* Update version number for new target R14.0.5Slávek Banko2016-11-121-1/+1
|
* Update version number for new target R14.0.4Slávek Banko2016-02-291-1/+1
|
* Update version number for new target R14.0.3Slávek Banko2015-11-301-1/+1
|
* Update version number for new target R14.0.2Slávek Banko2015-08-261-1/+1
|
* Update version in CMakeLists filesSlávek Banko2015-07-111-1/+1
|
* Finish renaming knewstuffSlávek Banko2014-09-271-5/+5
|
* Rename BUILD_KWALLET to BUILD_TDEWALLETTimothy Pearson2013-08-261-2/+2
| | | | This resolves Bug 1641
* Update VERSION in root CMakeLists.txt.Darrell Anderson2013-08-011-1/+1
| | | | This partially resolves bug report 1595.
* Rename kdessh -> tdessh and kdelirc -> tdelirc.Darrell Anderson2013-05-171-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-2/+2
|
* Additional changes to support building with cmake.Darrell Anderson2012-11-111-0/+10
| | | | Thanks to Slavek Banko.
* Initial conversion to cmake.Darrell Anderson2012-11-101-0/+172
Thanks to Fat-Zer.