From d97dea39b9028073f4dc03ea52d288e1ded460c0 Mon Sep 17 00:00:00 2001 From: Jerry Turcios Date: Fri, 28 Sep 2018 14:55:43 -0400 Subject: Add C++11 support in the root CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7732116..d5eba69a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ endif (POLICY CMP0048) project(googletest-distribution) set(GOOGLETEST_VERSION 1.9.0) +set(CMAKE_CXX_STANDARD 11) enable_testing() -- cgit v1.2.3