mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
Build: Allow using CMake 3.16
Because apparently that's what a lot of people have, and they report it works fine.
This commit is contained in:
parent
97a8b6e402
commit
486540fa90
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required (VERSION 3.17)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project (SerenityOS C CXX ASM)
|
project(SerenityOS C CXX ASM)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue