Remove compilation option for C++11 in the root CMakeLists.txt
This commit is contained in:
parent
77e0cd75b9
commit
9f8512d7c5
@ -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…
Reference in New Issue
Block a user