build: require CMake >= 3.5 due to dropped legacy support
authorNick Hainke <[email protected]>
Sun, 3 Aug 2025 09:10:51 +0000 (11:10 +0200)
committerNick Hainke <[email protected]>
Sun, 3 Aug 2025 09:26:34 +0000 (11:26 +0200)
commit0725c3d4aa1b7ebec013439cb57fda9dea3f1d5e
tree8942c92651a5d5cfdfb6d2a493467bf604b36217
parent950f83405a935395492d61c9972b5e5ca826eeee
build: require CMake >= 3.5 due to dropped legacy support

CMake has dropped compatibility with versions earlier than 3.5. Update the
minimum required version in CMakeLists.txt to ensure compatibility with
newer CMake releases and avoid configuration errors.

Link: https://github.com/openwrt/firmware-utils/pull/48
Signed-off-by: Nick Hainke <[email protected]>
CMakeLists.txt