mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +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
Notes:
sideshowbarker
2024-07-19 06:38:36 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/486540fa90e Pull-request: https://github.com/SerenityOS/serenity/pull/2228
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required (VERSION 3.17)
|
||||
project (SerenityOS C CXX ASM)
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(SerenityOS C CXX ASM)
|
||||
|
||||
enable_testing()
|
||||
|
||||
|
|
Loading…
Reference in a new issue