mirror of https://github.com/libAthena/athena.git
forced c++ abi to c++11
This commit is contained in:
parent
55adeec69c
commit
ece50c6968
|
@ -18,7 +18,7 @@ set(ATHENA_VERSION
|
|||
add_subdirectory(extern)
|
||||
|
||||
include_directories(include ${LZO_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=1")
|
||||
|
||||
if(WIN32)
|
||||
list(APPEND CORE_EXTRA src/win32_largefilewrapper.c)
|
||||
|
|
Loading…
Reference in New Issue