1
Fork 0
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:
Sergey Bugaev 2020-05-15 10:52:37 +03:00 committed by Andreas Kling
parent 97a8b6e402
commit 486540fa90

View file

@ -1,4 +1,4 @@
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()