examples: CMakeLists: drop redundant cmake_minimum_required
authorDavid Härdeman <[email protected]>
Sun, 5 Oct 2025 15:49:28 +0000 (17:49 +0200)
committerChristian Marangi <[email protected]>
Tue, 7 Oct 2025 12:19:52 +0000 (14:19 +0200)
commit61cc1e6fdc0eec075869e1d4d2e6e98c10856b97
treebf28371dec1e7258e0d11440ef947aa3c5fd316a
parent7a3863acfb15413d9346d6e7b0c951b8fba72220
examples: CMakeLists: drop redundant cmake_minimum_required

The examples depend on the parent libubox project and can't be built
independently.

Drop redundant cmake_minimum_required from examples/CMakeLists.txt
and inherit the version from the parent CMake project to keep
version consistency.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/libubox/pull/21
Signed-off-by: Christian Marangi <[email protected]>
examples/CMakeLists.txt