examples: CMakeLists: drop redundant cmake_minimum_required
authorDavid Härdeman <[email protected]>
Sun, 5 Oct 2025 15:42:59 +0000 (17:42 +0200)
committerChristian Marangi <[email protected]>
Tue, 7 Oct 2025 12:19:15 +0000 (14:19 +0200)
commitf247c18f8a552b87f74427df5ef8c43f8f942628
tree6d73b2c7e618cd3acbc192a4ee5faf0750fb4a2c
parentb462895d3157c0f2a87fb4a0341eead4202ce272
examples: CMakeLists: drop redundant cmake_minimum_required

The examples depend on the parent ubus 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/ubus/pull/7
Signed-off-by: Christian Marangi <[email protected]>
examples/CMakeLists.txt