mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
CMake: Bump cmake_minimum_required to 3.25
The SerenityOS platform files we upstreamed were first released in version 3.25.0
This commit is contained in:
parent
d2f78a9411
commit
d9e76254a8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.25)
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/Meta/CMake")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/Meta/CMake")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue