mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Changed required CMake version to 3.12
This commit is contained in:
parent
a28411aae4
commit
1598b9cbba
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user