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 3a21a4436c
commit c70ac40a00

View File

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