From b8f2cd681699a2c79e5a4d3d7dd636d7c0a2144f Mon Sep 17 00:00:00 2001 From: Kylart Date: Mon, 28 Oct 2019 15:16:06 +0100 Subject: [PATCH] Lowered required Cmake version --- bindings/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/CMakeLists.txt b/bindings/CMakeLists.txt index b631042..04ec60e 100644 --- a/bindings/CMakeLists.txt +++ b/bindings/CMakeLists.txt @@ -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)