Skip to content

Commit 1911c42

Browse files
v0.2.1
1 parent 572cd21 commit 1911c42

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
55
include( Common )
66
include( Tools )
77

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 )
99

1010
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
1111
include( CTest )

src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required( VERSION 3.12...3.16 )
22

3-
project( consulcpp VERSION 0.1.1 DESCRIPTION "A C++ library that implements the Consul API" LANGUAGES CXX )
4-
53
find_package( Boost REQUIRED )
64
find_package( uriparser CONFIG REQUIRED )
75
find_package( nlohmann_json CONFIG REQUIRED )

0 commit comments

Comments
 (0)