Skip to content

Commit d33cd9c

Browse files
committed
increase minimum required version of cmake to 3.10
Silences a warning by newer versions of cmake.
1 parent 4be07f6 commit d33cd9c

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

2-
cmake_minimum_required(VERSION 3.8.0)
2+
cmake_minimum_required(VERSION 3.10.0)
33

44
project(osm2pgsql VERSION 2.0.1 LANGUAGES CXX C)
55

0 commit comments

Comments
 (0)