Skip to content

Commit c308953

Browse files
paigealeigcbot
authored andcommitted
Small Cmake change for build
Small Cmake change for build
1 parent 52bed8b commit c308953

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

IGC/CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,12 +1711,8 @@ if(UNIX)
17111711
DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}
17121712
)
17131713

1714-
if(TARGET ${IGC_BUILD__PROJ__AdaptorDx10})
1715-
set(IGC_BUILD__PROJ_DX10_LIBRARY_NAME "$<TARGET_FILE:${IGC_BUILD__PROJ__AdaptorDx10}>")
1716-
endif()
1717-
1718-
if(TARGET ${IGC_BUILD__PROJ__AdaptorDXIL})
1719-
set(IGC_BUILD__PROJ_DXIL_LIBRARY_NAME "$<TARGET_FILE:${IGC_BUILD__PROJ__AdaptorDXIL}>")
1714+
if(TARGET ${IGC_BUILD__PROJ__AdaptorDX})
1715+
set(IGC_BUILD__PROJ_DXIL_LIBRARY_NAME "$<TARGET_FILE:${IGC_BUILD__PROJ__AdaptorDX}>")
17201716
endif()
17211717

17221718
if(TARGET ${IGC_BUILD__PROJ__BiFLib_OCL})

IGC/cmake/igc_pch_reuse.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ message(STATUS "Using precompiled headers")
3333

3434
#setting reuse indexs
3535
set(index 0)
36-
set(reuse_ind 1 2 3 4 5 6 7 8 9 13 15)
36+
set(reuse_ind 1 2 3 4 5 6 7 8 12 14)
3737
#collecting options and definitions pools
3838
set(opt_list "")
3939
set(def_list "")

0 commit comments

Comments
 (0)