Skip to content

Commit 0288fad

Browse files
orgadsrillian
authored andcommitted
Bump minimum CMake version to 3.10
Support for earlier versions is deprecated. Addresses a deprecation warning building with recent cmake versions. Signed-off-by: Ralph Giles <giles@thaumas.net>
1 parent fe20a3e commit 0288fad

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,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.6)
1+
cmake_minimum_required(VERSION 3.10)
22

33
# Extract project version from configure.ac
44
file(READ configure.ac CONFIGURE_AC_CONTENTS)

0 commit comments

Comments
 (0)