mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 21:02:17 +02:00
down grade cmake required version
This commit is contained in:
parent
4c5de120b7
commit
954e5c986a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.11)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(HQLauncher)
|
||||
|
||||
if (APPLE)
|
||||
|
|
Loading…
Reference in a new issue