diff options
| author | levlam <levlam@telegram.org> | 2022-07-31 03:19:36 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-07-31 03:19:36 +0300 |
| commit | d9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9 (patch) | |
| tree | e3d98427d10f3c0ecaf125b3cc4f9f268a9daa17 /README.md | |
| parent | 044aabf3296da9094725adca8b408d4d4d7f951e (diff) | |
Update version to 1.8.5.
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.8.4 REQUIRED) +find_package(Td 1.8.5 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
