We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60bc7b commit 4248712Copy full SHA for 4248712
1 file changed
CMakeLists.txt
@@ -1,10 +1,9 @@
1
# Basic project setup
2
-cmake_minimum_required(VERSION 3.12.4)
+cmake_minimum_required(VERSION 3.10.2)
3
project(cpp-statsd-client
4
VERSION 2.0.1
5
LANGUAGES CXX
6
- DESCRIPTION "A header-only StatsD client implemented in C++"
7
- HOMEPAGE_URL "https://github.com/vthiery/cpp-statsd-client")
+ DESCRIPTION "A header-only StatsD client implemented in C++")
8
9
option(CPP_STATSD_STANDALONE "Allows configuration of targets for verifying library functionality" ON)
10
option(ENABLE_TESTS "Build tests" ON)
0 commit comments