aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/cpp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'example/cpp/CMakeLists.txt')
-rw-r--r--example/cpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/cpp/CMakeLists.txt b/example/cpp/CMakeLists.txt
index 2ed84a7de..217c57983 100644
--- a/example/cpp/CMakeLists.txt
+++ b/example/cpp/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
project(TdExample VERSION 1.0 LANGUAGES CXX)
-find_package(Td 1.8.49 REQUIRED)
+find_package(Td 1.8.50 REQUIRED)
add_executable(tdjson_example tdjson_example.cpp)
target_link_libraries(tdjson_example PRIVATE Td::TdJson)