aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-10-02 14:47:56 -0400
committerGennadiy Civil <misterg@google.com>2018-10-02 14:52:38 -0400
commite93da23920e5b6887d6a6a291c3a59f83f5b579e (patch)
treeafd17b26baddd27daa41753f5528820942760ecc /CMakeLists.txt
parent77962730563eece3525f40b8769e4ca0c6baf64c (diff)
downloadgoogletest-e93da23920e5b6887d6a6a291c3a59f83f5b579e.tar.gz
googletest-e93da23920e5b6887d6a6a291c3a59f83f5b579e.tar.bz2
googletest-e93da23920e5b6887d6a6a291c3a59f83f5b579e.zip
Merge 68b8a4c60cd80c78e1875b77807fa13cdd2313f8 into 77962730563eece3525f40b8769e4ca0c6baf64c
Closes #1880 PiperOrigin-RevId: 215429534
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b6b938f2..d7732116 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,6 @@ endif (POLICY CMP0048)
project(googletest-distribution)
set(GOOGLETEST_VERSION 1.9.0)
-set(CMAKE_CXX_STANDARD 11 CACHE STRING "Set the C++ standard to be used for compiling")
enable_testing()