diff options
| author | levlam <levlam@telegram.org> | 2023-09-13 18:14:23 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-09-13 18:14:23 +0300 |
| commit | 100ca72b9179366d91089fd929f6c210f697031a (patch) | |
| tree | 103e52436def3b12cfbb9128ddc60cf1c4cd4009 /README.md | |
| parent | a0d026239439c76847c4f75f2fa32f3e56b9b789 (diff) | |
Update version to 1.8.18.
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.17 REQUIRED) +find_package(Td 1.8.18 REQUIRED) target_link_libraries(YourTarget PRIVATE Td::TdStatic) ``` See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/blob/master/example/cpp/CMakeLists.txt). |
