mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Correct ocloc CMake
Change-Id: I9f9359544fd5a4e72a77b3ae927f90b9aaecaace Signed-off-by: Daria Hinz <daria.hinz@intel.com>
This commit is contained in:
@@ -182,13 +182,7 @@ if(UNIX)
|
||||
endif()
|
||||
|
||||
set(OCLOC_OUTPUT_NAME "${OCLOC_NAME}${OCLOC_BITNESS_SUFFIX}")
|
||||
set(OCLOC_LIB_OUTPUT_NAME "${CMAKE_SHARED_LIBRARY_PREFIX}${OCLOC_OUTPUT_NAME}${CMAKE_SHARED_LIBRARY_SUFFIX}")
|
||||
|
||||
set_target_properties(
|
||||
${OCLOC_NAME}_lib PROPERTIES
|
||||
OUTPUT_NAME ${OCLOC_OUTPUT_NAME}
|
||||
OCLOC_OUTPUT_FILENAME ${OCLOC_LIB_OUTPUT_NAME}}
|
||||
)
|
||||
set_target_properties(${OCLOC_NAME}_lib PROPERTIES OUTPUT_NAME ${OCLOC_OUTPUT_NAME})
|
||||
|
||||
add_custom_target(copy_compiler_files DEPENDS ${NEO__IGC_TARGETS})
|
||||
set_target_properties(copy_compiler_files PROPERTIES FOLDER ${OCLOC_FOLDER_NAME})
|
||||
|
||||
Reference in New Issue
Block a user