Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cdrkit: Add patch for CMake 4+ compatibility | Alper Ak | 2025-07-08 | 1 | -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> |