Skip to content

Commit 4248712

Browse files
committed
reverted cmake to 3.10.2
1 parent b60bc7b commit 4248712

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Basic project setup
2-
cmake_minimum_required(VERSION 3.12.4)
2+
cmake_minimum_required(VERSION 3.10.2)
33
project(cpp-statsd-client
44
VERSION 2.0.1
55
LANGUAGES CXX
6-
DESCRIPTION "A header-only StatsD client implemented in C++"
7-
HOMEPAGE_URL "https://github.com/vthiery/cpp-statsd-client")
6+
DESCRIPTION "A header-only StatsD client implemented in C++")
87

98
option(CPP_STATSD_STANDALONE "Allows configuration of targets for verifying library functionality" ON)
109
option(ENABLE_TESTS "Build tests" ON)

0 commit comments

Comments
 (0)