mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +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
|
# CMakeLists.txt for ELOG project
|
||||||
project(ELOG)
|
project(ELOG)
|
||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
|
|
||||||
# compile options
|
# compile options
|
||||||
option(USE_SSL "Use OpenSSL library for https" ON)
|
option(USE_SSL "Use OpenSSL library for https" ON)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user