From eee119054e94151f51627d2283b7d05e1c53725f Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 22 Jun 2016 23:58:55 -0500 Subject: [PATCH] Reduced C++ version to C++11. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc3bce00b..2f330b0d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) include(address_sanitizer) add_definitions( - -std=c++14 + -std=c++11 -Wall -Wsign-compare -nostdlib