Commit d97dea39 authored by Jerry Turcios's avatar Jerry Turcios
Browse files

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

parent 440527a6
......@@ -6,6 +6,7 @@ endif (POLICY CMP0048)
project(googletest-distribution)
set(GOOGLETEST_VERSION 1.9.0)
set(CMAKE_CXX_STANDARD 11)
enable_testing()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment