mirror of
https://github.com/google/googletest.git
synced 2025-04-05 21:45:03 +00:00
Disable extensions and force standard
This commit is contained in:
parent
f6dadcf1f1
commit
478a518590
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ if (CMAKE_VERSION VERSION_LESS "3.1")
|
|||
add_definitions(-std=c++11)
|
||||
else()
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
endif()
|
||||
|
||||
if (POLICY CMP0048)
|
||||
|
|
Loading…
Add table
Reference in a new issue