From 1598b9cbba8bd1e6df539447f9e1799f851a2ae5 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 17 May 2019 09:59:51 +0200 Subject: [PATCH] Changed required CMake version to 3.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9640ca6..f3083f5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt for ELOG project project(ELOG) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.12) # compile options option(USE_SSL "Use OpenSSL library for https" ON)