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) cmake_minimum_required(VERSION 3.16)
project (SerenityOS C CXX ASM) project(SerenityOS C CXX ASM)
enable_testing() enable_testing()