mirror of https://github.com/AxioDL/logvisor.git
restored c++ abi to system default
This commit is contained in:
parent
36c62436d2
commit
462971b134
|
@ -1,5 +1,5 @@
|
|||
include_directories(include)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=1")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
add_library(LogVisor
|
||||
lib/LogVisor.cpp
|
||||
include/LogVisor/LogVisor.hpp)
|
||||
|
|
Loading…
Reference in New Issue