summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/cdrkit/files/0003-allow-build-with-cmake-4.patch
Commit message (Collapse)AuthorAgeFilesLines
* cdrkit: Add patch for CMake 4+ compatibilityAlper Ak2025-07-081-0/+37
Fix: | CMake Error in CMakeLists.txt: | No cmake_minimum_required command is present. A line of code such as | | cmake_minimum_required(VERSION 4.0) | | should be added at the top of the file. The version specified may be lower | if you wish to support older CMake versions for this project. For more | information run "cmake --help-policy CMP0000". | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>