Changed required CMake version to 3.12

This commit is contained in:
Stefan Ritt 2019-05-17 09:59:51 +02:00
parent a28411aae4
commit 1598b9cbba

View File

@ -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)