mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
cmake cleanup
- remove unused cmake code - small cleanup around scheduler compilaiton - remove misleading message related to compiler copying message is generated before copy_if_different operation and may be incorrect when such copy doesn't happen Change-Id: Ia419d1ea26e9149b4282dc4883ddda0232ffd3f4
This commit is contained in:
committed by
sys_ocldev
parent
e56be64cd2
commit
a78111c892
@@ -123,7 +123,6 @@ foreach(TARGET_tmp ${IGDRCL__IGC_TARGETS})
|
||||
add_custom_command(
|
||||
TARGET copy_compiler_files
|
||||
PRE_BUILD
|
||||
COMMAND echo copying $<TARGET_FILE:${TARGET_tmp}> to "$<TARGET_FILE_DIR:cloc>"
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_FILE:${TARGET_tmp}> $<TARGET_FILE_DIR:cloc>
|
||||
)
|
||||
endforeach(TARGET_tmp)
|
||||
|
||||
Reference in New Issue
Block a user