diff options
| author | levlam <levlam@telegram.org> | 2021-12-29 17:38:20 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-12-29 17:38:20 +0300 |
| commit | b3ab664a18f8611f4dfcd3054717504271eeaa7a (patch) | |
| tree | 47e5a8a843bef88f836be08199d97f3e2322a8ae /README.md | |
| parent | 2ac77da2ecd480e610d7184691df4cea1fbdb365 (diff) | |
Update version to 1.8.0.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ target_link_libraries(YourTarget PRIVATE Td::TdStatic) Or you could install `TDLib` and then reference it in your CMakeLists.txt like this: ``` -find_package(Td 1.7.12 REQUIRED) +find_package(Td 1.8.0 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/tree/master/example/cpp/CMakeLists.txt). |
