mirror of https://github.com/AxioDL/logvisor.git
Forced c++11 abi on
This commit is contained in:
parent
c1f226b4dc
commit
36c62436d2
|
@ -1,5 +1,5 @@
|
|||
include_directories(include)
|
||||
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")
|
||||
add_library(LogVisor
|
||||
lib/LogVisor.cpp
|
||||
include/LogVisor/LogVisor.hpp)
|
||||
|
|
Loading…
Reference in New Issue