mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			162 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			162 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
find_program(CCACHE_PATH "ccache")
 | 
						|
if (CCACHE_PATH)
 | 
						|
  set(CMAKE_CXX_COMPILER_LAUNCHER "${CCACHE_PATH}")
 | 
						|
  message(STATUS "Using ccache: ${CCACHE_PATH}")
 | 
						|
endif ()
 |