mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Fix typos in the code base
Note that only documentation and comments are impacted by this change.
This commit is contained in:
		
				
					committed by
					
						
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			
						parent
						
							cec35630fb
						
					
				
				
					commit
					269f96e2bc
				
			@@ -200,7 +200,7 @@ function(ParseAndAddCatchTests_ParseFile SourceFile TestTarget)
 | 
			
		||||
            # Escape commas in the test spec
 | 
			
		||||
            string(REPLACE "," "\\," Name ${Name})
 | 
			
		||||
 | 
			
		||||
            # Work around CMake 3.18.0 change in `add_test()`, before the escaped quotes were neccessary,
 | 
			
		||||
            # Work around CMake 3.18.0 change in `add_test()`, before the escaped quotes were necessary,
 | 
			
		||||
            # only with CMake 3.18.0 the escaped double quotes confuse the call. This change is reverted in 3.18.1
 | 
			
		||||
            # And properly introduced in 3.19 with the CMP0110 policy
 | 
			
		||||
            if(_cmp0110_value STREQUAL "NEW" OR ${CMAKE_VERSION} VERSION_EQUAL "3.18")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user