| Message ID | mailman.67266.1749193781.1866309.openwrt-devel@lists.openwrt.org |
|---|---|
| State | New |
| Headers | show |
| Series | Rework CMake support | expand |
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 04f18b0..9347ac2 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 2.6) - IF (BUILD_EXAMPLES) PROJECT(ubox-examples C) ADD_DEFINITIONS(-O1 -Wall -Werror --std=gnu99 -g3) diff --git a/lua/CMakeLists.txt b/lua/CMakeLists.txt index 34c9ab1..104a56a 100644 --- a/lua/CMakeLists.txt +++ b/lua/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 2.6) - PROJECT(uloop C) SET(CMAKE_INSTALL_PREFIX /)