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

pull/1948/head
Jerry Turcios 6 years ago
parent 77e0cd75b9
commit 9f8512d7c5
  1. 5
      CMakeLists.txt

@ -6,11 +6,6 @@ endif (POLICY CMP0048)
project(googletest-distribution) project(googletest-distribution)
set(GOOGLETEST_VERSION 1.9.0) set(GOOGLETEST_VERSION 1.9.0)
<<<<<<< HEAD
=======
add_compile_options(-std=c++11)
>>>>>>> 1e893191c0a72f6c94bbd69acc39ce425594f36d
enable_testing() enable_testing()

Loading…
Cancel
Save