Commit 9f8512d7 authored by Jerry Turcios's avatar Jerry Turcios
Browse files

Remove compilation option for C++11 in the root CMakeLists.txt

parent 77e0cd75
......@@ -6,11 +6,6 @@ endif (POLICY CMP0048)
project(googletest-distribution)
set(GOOGLETEST_VERSION 1.9.0)
<<<<<<< HEAD
=======
add_compile_options(-std=c++11)
>>>>>>> 1e893191c0a72f6c94bbd69acc39ce425594f36d
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