mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-08-12 02:09:04 +08:00
Add C++11 support in the root CMakeLists.txt
This commit is contained in:
parent
440527a61e
commit
d97dea39b9
@ -6,6 +6,7 @@ endif (POLICY CMP0048)
|
|||||||
|
|
||||||
project(googletest-distribution)
|
project(googletest-distribution)
|
||||||
set(GOOGLETEST_VERSION 1.9.0)
|
set(GOOGLETEST_VERSION 1.9.0)
|
||||||
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user