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