mirror of
				https://github.com/intel/intel-graphics-compiler.git
				synced 2025-10-30 08:18:26 +08:00 
			
		
		
		
	Small Cmake change for build
Small Cmake change for build
This commit is contained in:
		| @ -1711,12 +1711,8 @@ if(UNIX) | ||||
|       DESTINATION ${CMAKE_CURRENT_SOURCE_DIR} | ||||
|   ) | ||||
|  | ||||
|   if(TARGET ${IGC_BUILD__PROJ__AdaptorDx10}) | ||||
|       set(IGC_BUILD__PROJ_DX10_LIBRARY_NAME "$<TARGET_FILE:${IGC_BUILD__PROJ__AdaptorDx10}>") | ||||
|   endif() | ||||
|  | ||||
|   if(TARGET ${IGC_BUILD__PROJ__AdaptorDXIL}) | ||||
|       set(IGC_BUILD__PROJ_DXIL_LIBRARY_NAME "$<TARGET_FILE:${IGC_BUILD__PROJ__AdaptorDXIL}>") | ||||
|   if(TARGET ${IGC_BUILD__PROJ__AdaptorDX}) | ||||
|       set(IGC_BUILD__PROJ_DXIL_LIBRARY_NAME "$<TARGET_FILE:${IGC_BUILD__PROJ__AdaptorDX}>") | ||||
|   endif() | ||||
|  | ||||
|   if(TARGET ${IGC_BUILD__PROJ__BiFLib_OCL}) | ||||
|  | ||||
| @ -33,7 +33,7 @@ message(STATUS "Using precompiled headers") | ||||
|  | ||||
|   #setting reuse indexs | ||||
|   set(index 0) | ||||
|   set(reuse_ind 1 2 3 4 5 6 7 8 9 13 15) | ||||
|   set(reuse_ind 1 2 3 4 5 6 7 8 12 14) | ||||
|   #collecting options and definitions pools | ||||
|   set(opt_list  "") | ||||
|   set(def_list  "") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Paige, Alexander
					Paige, Alexander