From c63e0c1d72f30cfb7b3076c69744b0f53d4d79b1 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 11 Oct 2017 16:54:37 -0500 Subject: [PATCH] Revert back to C++11 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f86048b9..dc872d29c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() if(NOT MSVC) add_definitions( - -std=c++14 + -std=c++11 -Wall -nostdlib -fno-exceptions