mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Rename MiscFunctions.cmake -> CatchMiscFunctions.cmake
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
include(MiscFunctions)
 | 
					include(CatchMiscFunctions)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Please keep these ordered alphabetically
 | 
					# Please keep these ordered alphabetically
 | 
				
			||||||
set(BENCHMARK_HEADERS
 | 
					set(BENCHMARK_HEADERS
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
include(MiscFunctions)
 | 
					include(CatchMiscFunctions)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (CATCH_BUILD_SURROGATES)
 | 
					if (CATCH_BUILD_SURROGATES)
 | 
				
			||||||
  message(STATUS "Configuring targets for surrogate TUs")
 | 
					  message(STATUS "Configuring targets for surrogate TUs")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user