Switched to C++ 17

This commit is contained in:
2024-03-13 14:50:32 +01:00
parent 23df00d989
commit 0b38d54d74
+4 -1
View File
@@ -1,7 +1,10 @@
# CMakeLists.txt for ELOG project
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(ELOG)
# C++ version
set(CMAKE_CXX_STANDARD 17)
# compile options
option(USE_SSL "Use OpenSSL library for https" ON)
option(USE_KRB5 "Use Kerberos library for authentication" OFF)