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(
3378
3378
3379
3379
"${IGC_OPTION__OUTPUT_DIR} "
3380
3380
3381
- "${IGC_BUILD__IGC_BIN_DIR} /${CMAKE_CFG_INTDIR} "
3382
-
3383
3381
"${IGC_BUILD__IGC_SRC_DIR} /AdaptorOCL/ocl_igc_shared/executable_format"
3384
3382
"${IGC_BUILD__IGC_SRC_DIR} /AdaptorOCL"
3385
3383
)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
8
8
9
9
# IntrinsicGenISA.gen is generated by python script and will be included
10
10
# by GenIntrinsics.h
11
- set (_fileOutput "${IGC_OPTION__OUTPUT_DIR} /${CMAKE_CFG_INTDIR} / IntrinsicGenISA.gen" )
11
+ set (_fileOutput "${IGC_OPTION__OUTPUT_DIR} /IntrinsicGenISA.gen" )
12
12
13
13
set (IGC_BUILD__SRC__GenISAIntrinsics
14
14
"${CMAKE_CURRENT_SOURCE_DIR} /GenIntrinsics.cpp"
@@ -45,8 +45,6 @@ add_custom_command(OUTPUT "${_fileOutput}"
45
45
COMMENT "Generating Gen intrinsic definition file: ${_fileOutput} "
46
46
)
47
47
48
- add_dependencies ("${IGC_BUILD__PROJ__GenISAIntrinsics} " "${_fileOutput} " )
49
-
50
48
#set up standard defines from the common WDK path.
51
49
if (MSVC )
52
50
bs_set_wdk (${IGC_BUILD__PROJ__GenISAIntrinsics} )
You can’t perform that action at this time.
0 commit comments