File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3378,8 +3378,6 @@ include_directories(
33783378
33793379 "${IGC_OPTION__OUTPUT_DIR} "
33803380
3381- "${IGC_BUILD__IGC_BIN_DIR} /${CMAKE_CFG_INTDIR} "
3382-
33833381 "${IGC_BUILD__IGC_SRC_DIR} /AdaptorOCL/ocl_igc_shared/executable_format"
33843382 "${IGC_BUILD__IGC_SRC_DIR} /AdaptorOCL"
33853383 )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
88
99# IntrinsicGenISA.gen is generated by python script and will be included
1010# by GenIntrinsics.h
11- set (_fileOutput "${IGC_OPTION__OUTPUT_DIR} /${CMAKE_CFG_INTDIR} / IntrinsicGenISA.gen" )
11+ set (_fileOutput "${IGC_OPTION__OUTPUT_DIR} /IntrinsicGenISA.gen" )
1212
1313set (IGC_BUILD__SRC__GenISAIntrinsics
1414 "${CMAKE_CURRENT_SOURCE_DIR} /GenIntrinsics.cpp"
@@ -45,8 +45,6 @@ add_custom_command(OUTPUT "${_fileOutput}"
4545 COMMENT "Generating Gen intrinsic definition file: ${_fileOutput} "
4646 )
4747
48- add_dependencies ("${IGC_BUILD__PROJ__GenISAIntrinsics} " "${_fileOutput} " )
49-
5048#set up standard defines from the common WDK path.
5149if (MSVC )
5250 bs_set_wdk(${IGC_BUILD__PROJ__GenISAIntrinsics} )
You can’t perform that action at this time.
0 commit comments