| Message ID | mailman.80150.1750671150.1866309.openwrt-devel@lists.openwrt.org |
|---|---|
| State | New |
| Headers | show |
| Series | [procd] Bump the minimal required CMake version to 3.13 | expand |
diff --git a/CMakeLists.txt b/CMakeLists.txt index e734bf7..bbc3645 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.13) PROJECT(procd C) INCLUDE(GNUInstallDirs) diff --git a/upgraded/CMakeLists.txt b/upgraded/CMakeLists.txt index 09cf472..3d42ff7 100644 --- a/upgraded/CMakeLists.txt +++ b/upgraded/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.13) PROJECT(upgraded C) FIND_PATH(ubox_include_dir libubox/uloop.h)