mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Don't set C++ standard in CMakeLists for tests
This commit is contained in:
		@@ -54,8 +54,6 @@ set(ALL_EXAMPLE_TARGETS
 | 
			
		||||
 | 
			
		||||
foreach( name ${ALL_EXAMPLE_TARGETS} )
 | 
			
		||||
    target_link_libraries( ${name} Catch2 Catch2WithMain )
 | 
			
		||||
    set_property(TARGET ${name} PROPERTY CXX_STANDARD 14)
 | 
			
		||||
    set_property(TARGET ${name} PROPERTY CXX_EXTENSIONS OFF)
 | 
			
		||||
endforeach()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user