From a45f953b68247c17b29a254e64fd6736c3cf2f2a Mon Sep 17 00:00:00 2001 From: emeric Date: Mon, 30 Mar 2020 22:56:12 +0200 Subject: [PATCH] CMake >= 3.12 to properly work --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69b4c9b6..1faefee5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.12) project(lms)