Skip to content

Commit 1c61b48

Browse files
authored
Merge pull request #3 from lavnFan/feature/update_cmakeversion
[cmake] upgrade cmake version to eliminate deprecation warning
2 parents ba7304f + 14b5a9e commit 1c61b48

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
@@ -2,7 +2,7 @@
22
############ Setup project and cmake
33
# Minimum cmake requirement. We should require a quite recent
44
# cmake for the dependency find macros etc. to be up to date.
5-
cmake_minimum_required (VERSION 2.8.8)
5+
cmake_minimum_required (VERSION 2.8.12)
66

77
############ Paths
88

0 commit comments

Comments
 (0)