projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc655ab
)
Bump cmake minimum required version to 3.13
hvmpd
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 15 Dec 2025 02:21:00 +0000
(21:21 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 16 Dec 2025 04:01:10 +0000
(23:01 -0500)
To fix compilation with Yocto whinlatter.
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
4e1d183
..
ce30d2f
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,4
+1,4
@@
-cmake_minimum_required(VERSION
2.6
)
+cmake_minimum_required(VERSION
3.13
)
project (ympd C)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/")