Merge pull request #1872 from jerryturcios08/master

Add C++11 standard in the root CMakeLists.txt
This commit is contained in:
Gennadiy Civil 2018-10-01 11:38:26 -04:00 committed by GitHub
commit a7351a27c6

View File

@ -6,6 +6,7 @@ endif (POLICY CMP0048)
project(googletest-distribution)
set(GOOGLETEST_VERSION 1.9.0)
set(CMAKE_CXX_STANDARD 11 CACHE STRING "Set the C++ standard to be used for compiling")
enable_testing()