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

This commit is contained in:
Jerry Turcios 2018-10-02 23:43:01 -04:00
parent 77e0cd75b9
commit 9f8512d7c5

View File

@ -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()