summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/td/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-09-07cmake: require cmake 3.11Sergey Ponomarev
The main CMakeLists.txt had cmake_minimum_required (VERSION 2.8). This made the cmake to show a deprecation notice that support of all versions below 3.5 will be dropped soon. The maximum required cmake version is 3.11 for the litehtml module. So let's set it as a minimum for all other modules. The FATAL_ERROR option is ignored in CMake >= 2.6.
2023-06-04fixes #3537 (Telegram: 32-разрядная версия падает в ↵George Hazan
64-разрядной Windows) + update to the fresh TDLIB
2022-11-30Telegram: update for TDLIBGeorge Hazan
2018-04-27Telegram: initial commitaunsane
- tdlib moved to telegram dir