Upgraded cmake minimum version to match libtorrent

This commit is contained in:
Kylart 2019-10-28 17:32:00 +01:00
parent 6a45394301
commit d4f61f4a24
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
cmake_minimum_required(VERSION 3.12.0 FATAL_ERROR)
# Name of the project (will be the name of the plugin)
project(kawabinds)