From 2984efeddabb73668dd83e8ecacba5453fd40f96 Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Mon, 21 Dec 2020 02:58:06 +0200 Subject: [PATCH] Update to the latest oatpp version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bc6f0b..c5cfc83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) ## use these variables to configure module installation set(OATPP_THIS_MODULE_NAME oatpp-consul) ## name of the module (also name of folders in installation dirs) -set(OATPP_THIS_MODULE_VERSION "1.2.0") ## version of the module (also sufix of folders in installation dirs) +set(OATPP_THIS_MODULE_VERSION "1.2.5") ## version of the module (also sufix of folders in installation dirs) set(OATPP_THIS_MODULE_LIBRARIES oatpp-consul) ## list of libraries to find when find_package is called set(OATPP_THIS_MODULE_TARGETS oatpp-consul) ## list of targets to install set(OATPP_THIS_MODULE_DIRECTORIES oatpp-consul) ## list of directories to install