File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
5
5
include ( Common )
6
6
include ( Tools )
7
7
8
- project ( consulcpp VERSION 0.1 .1 DESCRIPTION "A C++ library that implements the Consul API" LANGUAGES CXX )
8
+ project ( consulcpp VERSION 0.2 .1 DESCRIPTION "A C++ library that implements the Consul API" LANGUAGES CXX )
9
9
10
10
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME )
11
11
include ( CTest )
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required ( VERSION 3.12...3.16 )
2
2
3
- project ( consulcpp VERSION 0.1.1 DESCRIPTION "A C++ library that implements the Consul API" LANGUAGES CXX )
4
-
5
3
find_package ( Boost REQUIRED )
6
4
find_package ( uriparser CONFIG REQUIRED )
7
5
find_package ( nlohmann_json CONFIG REQUIRED )
You can’t perform that action at this time.
0 commit comments