Merge branch 'master' of https://github.com/google/googletest
This commit is contained in:
		
						commit
						7e5d65a589
					
				@ -95,6 +95,9 @@ macro(config_compiler_and_linker)
 | 
			
		||||
    set(cxx_no_rtti_flags "-GR-")
 | 
			
		||||
  elseif (CMAKE_COMPILER_IS_GNUCXX)
 | 
			
		||||
    set(cxx_base_flags "-Wall -Wshadow -Werror")
 | 
			
		||||
    if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 7.0.0)
 | 
			
		||||
      set(cxx_base_flags "${cxx_base_flags} -Wno-error=dangling-else")
 | 
			
		||||
    endif()
 | 
			
		||||
    set(cxx_exception_flags "-fexceptions")
 | 
			
		||||
    set(cxx_no_exception_flags "-fno-exceptions")
 | 
			
		||||
    # Until version 4.3.2, GCC doesn't define a macro to indicate
 | 
			
		||||
 | 
			
		||||
@ -12,5 +12,5 @@ the respective git branch/tag).**
 | 
			
		||||
 | 
			
		||||
To contribute code to Google Test, read:
 | 
			
		||||
 | 
			
		||||
  * [CONTRIBUTING](../CONTRIBUTING.md) -- read this _before_ writing your first patch.
 | 
			
		||||
  * [CONTRIBUTING](../../CONTRIBUTING.md) -- read this _before_ writing your first patch.
 | 
			
		||||
  * [PumpManual](PumpManual.md) -- how we generate some of Google Test's source files.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user