Lowered required Cmake version

This commit is contained in:
Kylart 2019-10-28 15:16:06 +01:00
parent 340c7dadbc
commit b8f2cd6816
1 changed files with 1 additions and 1 deletions

View File

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