mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Switched to C++ 17
This commit is contained in:
parent
23df00d989
commit
0b38d54d74
@ -1,7 +1,10 @@
|
|||||||
# CMakeLists.txt for ELOG project
|
# CMakeLists.txt for ELOG project
|
||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
project(ELOG)
|
project(ELOG)
|
||||||
|
|
||||||
|
# C++ version
|
||||||
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
# compile options
|
# compile options
|
||||||
option(USE_SSL "Use OpenSSL library for https" ON)
|
option(USE_SSL "Use OpenSSL library for https" ON)
|
||||||
option(USE_KRB5 "Use Kerberos library for authentication" OFF)
|
option(USE_KRB5 "Use Kerberos library for authentication" OFF)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user