mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	CMAKE: Move launch-c into more sensible location
This commit is contained in:
		
							parent
							
								
									121d4c87e3
								
							
						
					
					
						commit
						23bd0bc15c
					
				
					 3 changed files with 2 additions and 2 deletions
				
			
		|  | @ -530,8 +530,8 @@ if (${CMAKE_SYSTEM} MATCHES "Darwin") | |||
| 	if(RULE_LAUNCH_COMPILE) | ||||
| 		MESSAGE(STATUS "Force enabling CCache usage under macOS") | ||||
| 		# Set up wrapper scripts | ||||
| 		configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../launch-c.in   ${CMAKE_BINARY_DIR}/launch-c) | ||||
| 		configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../launch-cxx.in ${CMAKE_BINARY_DIR}/launch-cxx) | ||||
| 		configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/launch-c.in   ${CMAKE_BINARY_DIR}/launch-c) | ||||
| 		configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/launch-cxx.in ${CMAKE_BINARY_DIR}/launch-cxx) | ||||
| 		execute_process(COMMAND chmod a+rx | ||||
| 			"${CMAKE_BINARY_DIR}/launch-c" | ||||
| 			"${CMAKE_BINARY_DIR}/launch-cxx") | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 mazmazz
						mazmazz