From 1f4cde9ef7d3ba6794b17b238133c6e195622d73 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 8 Apr 2017 19:53:49 -0500 Subject: [PATCH] Revert to C++11 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67c55d7b9..d093272fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() if(NOT MSVC) add_definitions( - -std=c++14 + -std=c++11 -Wall -nostdlib -fno-exceptions