Skip to content
Snippets Groups Projects
Commit cba34744 authored by Jerry Turcios's avatar Jerry Turcios
Browse files

Add a cached variable to CMAKE_CXX_STANDARD

parent d97dea39
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ endif (POLICY CMP0048)
project(googletest-distribution)
set(GOOGLETEST_VERSION 1.9.0)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 11 CACHE STRING "Set the C++ standard to be used for compiling")
enable_testing()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment