diff options
| author | levlam <levlam@telegram.org> | 2022-11-05 02:50:48 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-11-05 02:50:48 +0300 |
| commit | bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0 (patch) | |
| tree | 6136b3738dbd5abed63c08e69a752daafbf24f3a /README.md | |
| parent | e4fe474d586ecaa0bed7a630e9629189167bf9e5 (diff) | |
Update version to 1.8.8.
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.7 REQUIRED) +find_package(Td 1.8.8 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
