diff options
| author | Grzegorz Kostka <kostka.grzegorz@gmail.com> | 2018-12-03 02:33:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-03 02:33:07 +0100 |
| commit | e9ca4a2d382afa8efd6fe54c869904ba99ed1d76 (patch) | |
| tree | 358a03c5b5866eb26b22acf879d6f41b7a19a691 | |
| parent | 91d77a92de5e065d7be17d9f65c1cc18c665b7bd (diff) | |
| parent | b9679f355308ea5d3848b1229077fd02c0ddc8ae (diff) | |
Merge pull request #43 from MaskRay/cmake
Raise cmake_minimum_required: 2.8 -> 3.4
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d0554c..eec0993 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(lwext4 C) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.4) include_directories(include) |
