Add C++11 support in the root CMakeLists.txt

This commit is contained in:
Jerry Turcios 2018-09-28 14:55:43 -04:00
parent 440527a61e
commit d97dea39b9

View File

@ -6,6 +6,7 @@ endif (POLICY CMP0048)
project(googletest-distribution)
set(GOOGLETEST_VERSION 1.9.0)
set(CMAKE_CXX_STANDARD 11)
enable_testing()