From 462971b134432330b30b60898d8c8b5c758bacb7 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sun, 12 Jul 2015 08:07:03 -1000 Subject: [PATCH] restored c++ abi to system default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f95829..a3fc526 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)