Skip to content

Commit 0c84251

Browse files
authored
homepage_url only available in cmake >= 3.12 (#46)
* this was introduced in cmake 3.12.4. * min should be 3.12.4
1 parent fdc9bf4 commit 0c84251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Basic project setup
2-
cmake_minimum_required(VERSION 3.5)
2+
cmake_minimum_required(VERSION 3.12.4)
33
project(cpp-statsd-client
44
VERSION 1.0.2
55
LANGUAGES CXX

0 commit comments

Comments
 (0)