Bump the minimum CMake version to 3.12

This commit is contained in:
smallmodel 2024-11-30 00:36:33 +01:00
parent 0fb775cd60
commit 387ccd5cc3
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
13 changed files with 21 additions and 12 deletions

View file

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(omohserver)
add_subdirectory("../fgame" "./fgame")