Do not compile with cpp+11
This commit is contained in:
parent
15e16d709e
commit
ac3611f8ff
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ FILE(GLOB HEADERS ${CMAKE_SOURCE_DIR}/include/transport/*.h)
|
|||
|
||||
include_directories(${CMAKE_SOURCE_DIR}/spectrum/src/frontends/slack)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fno-strict-aliasing")
|
||||
|
||||
if (NOT WIN32)
|
||||
ADD_LIBRARY(spectrum2-slack-frontend STATIC ${HEADERS} ${SRC} ${EXTRA_SOURCES})
|
||||
else()
|
||||
|
|
Loading…
Add table
Reference in a new issue