From 403e2549ee5599ad9b05ddc37ed74720756eecd0 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Tue, 21 Jul 2015 15:37:16 -1000 Subject: [PATCH] removed flag specification to inherit from environment instead --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9713917..a5c0a30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ include_directories(include) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") add_library(LogVisor lib/LogVisor.cpp include/LogVisor/LogVisor.hpp)