C++14 + use make_unique and make_shared to make shared pointers
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
cmake_minimum_required (VERSION 3.4.1)
|
||||
project (cmd_websocket_chat)
|
||||
|
||||
set (CMAKE_CXX_STANDARD 11)
|
||||
set (CMAKE_CXX_STANDARD 14)
|
||||
|
||||
option(USE_TLS "Add TLS support" ON)
|
||||
|
||||
|
Reference in New Issue
Block a user