mirror of
https://github.com/google/googletest.git
synced 2025-01-09 21:57:40 +08:00
Merge pull request #1872 from jerryturcios08/master
Add C++11 standard in the root CMakeLists.txt
This commit is contained in:
commit
6316d89433
@ -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 CACHE STRING "Set the C++ standard to be used for compiling")
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user