Skip to content

Commit e9ca4a2

Browse files
authored
Merge pull request gkostka#43 from MaskRay/cmake
Raise cmake_minimum_required: 2.8 -> 3.4
2 parents 91d77a9 + b9679f3 commit e9ca4a2

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
project(lwext4 C)
2-
cmake_minimum_required(VERSION 2.8)
2+
cmake_minimum_required(VERSION 3.4)
33

44

55
include_directories(include)

0 commit comments

Comments
 (0)