mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
future proof cmake minimum version
This commit is contained in:
parent
498b9e3571
commit
92ef50a080
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8.12)
|
||||
cmake_minimum_required(VERSION 2.8.12...3.20)
|
||||
|
||||
project(enet)
|
||||
|
||||
|
|
Loading…
Reference in a new issue