projects
/
project
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a78780
)
CMakeLists.txt: bump minimum required version
author
Felix Fietkau
<
[email protected]
>
Thu, 20 Mar 2025 11:08:53 +0000
(12:08 +0100)
committer
Felix Fietkau
<
[email protected]
>
Wed, 11 Jun 2025 08:29:41 +0000
(10:29 +0200)
Signed-off-by: Felix Fietkau <
[email protected]
>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index ab533fa948115a3ccaedbc29ca04a0e91e91b7d2..11c4f546123c70637085ee9bd0ec3f6ebe7bbc2d 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,4
+1,4
@@
-cmake_minimum_required(VERSION 3.
5
)
+cmake_minimum_required(VERSION 3.
13
)
PROJECT(netifd C)