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…
Reference in New Issue
Block a user