Revert to c++14
make_unique etc required, implemented as part of c++14
This commit is contained in:
parent
a2dc7372fe
commit
cd461a99c6
@ -15,7 +15,7 @@ file(GLOB_RECURSE sources bot/*.cpp bot/*.hpp)
|
||||
add_executable(TriviaBot ${sources})
|
||||
|
||||
# add some compiler flags
|
||||
set (CMAKE_CXX_FLAGS "-std=c++11 -Wall ${CMAKE_CXX_FLAGS}")
|
||||
set (CMAKE_CXX_FLAGS "-std=c++14 -Wall ${CMAKE_CXX_FLAGS}")
|
||||
|
||||
###############################################################################
|
||||
## dependencies ###############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user