From b00a1bac1ae73e057b26bb8ca13dbad0374c5346 Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Thu, 24 Dec 2020 01:52:45 +0200 Subject: [PATCH] Update to the latest oatpp version. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 977d433..7dab602 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,8 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 1.2.0 REQUIRED) -find_package(oatpp-consul 1.2.0 REQUIRED) +find_package(oatpp 1.2.5 REQUIRED) +find_package(oatpp-consul 1.2.5 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp