Try downgrading to c++11
This commit is contained in:
parent
8168a4c98e
commit
ceedf4b996
@ -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++14 -Wall -Wfloat-conversion ${CMAKE_CXX_FLAGS}")
|
||||
set (CMAKE_CXX_FLAGS "-std=c++11 -Wall ${CMAKE_CXX_FLAGS}")
|
||||
|
||||
###############################################################################
|
||||
## dependencies ###############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user