Switched to C++ 17
This commit is contained in:
+4
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user