1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 02:27:29 +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:
Sergey Bugaev 2020-05-15 10:52:37 +03:00 committed by Andreas Kling
parent 97a8b6e402
commit 486540fa90

View File

@ -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()