shithub: lwext4

Download patch

ref: b9679f355308ea5d3848b1229077fd02c0ddc8ae
parent: c5f8d135cf3555404f1c4df5617f94f4fc2bac87
author: Fangrui Song <i@maskray.me>
date: Sun Nov 18 11:35:21 EST 2018

Raise cmake_minimum_required: 2.8 -> 3.4

See CMP0065, otherwise -rdynamic is unconditionally added to linked executable. These .dynsym symbols are not really useful.

--- 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(${PROJECT_BINARY_DIR}/include)