From 6e92f4007afd8e609c04319071cf636a9ab856a7 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 19 Aug 2019 15:52:26 +0200 Subject: [PATCH] update CMakeLists.txt to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bef01f2..ecc314e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) project(peripheral.xarcade) # --- Add-on Dependencies ------------------------------------------------------