mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 20:51:23 +00:00
- bump to r2 to adjust cmake minimum required version to 3.10 Link: openwrt#27607 Link: openwrt/openwrt@1b48ebd Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
9 lines
184 B
Diff
9 lines
184 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.1.0)
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(QRencode VERSION 4.1.1 LANGUAGES C)
|
|
|