mirror of https://github.com/Kylart/KawAnime.git
Lowered required Cmake version
This commit is contained in:
parent
340c7dadbc
commit
b8f2cd6816
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue