diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-26 10:34:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-26 10:34:24 +0100 |
| commit | 5755f8f25aadf18ec49e0350b6daaab3a648b9d7 (patch) | |
| tree | 74b30b45be6d59eed7c7fb8e3182278fefcb2f64 | |
| parent | 77db5d352f1f7a8e32071c63fb1119d2ad8dec07 (diff) | |
Try to fix build on Debian unstable.carl
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8384760..fcbb42c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ +cmake_minimum_required(VERSION 3.10) project(lwext4 C) -cmake_minimum_required(VERSION 3.4) include_directories(include) |
