Skip to content

Commit

Permalink
[SYCL] Fix xmethod script deployment (#1645)
Browse files Browse the repository at this point in the history
Fixes #1636

Signed-off-by: Alexander Batashev <alexander.batashev@intel.com>
  • Loading branch information
Alexander Batashev authored May 7, 2020
1 parent aedd449 commit c72cbc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sycl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ add_subdirectory( source )
if (NOT WIN32)
install(FILES
"${CMAKE_CURRENT_SOURCE_DIR}/xmethods/libsycl.so-gdb.py"
RENAME "${CMAKE_CURRENT_SOURCE_DIR}/xmethods/$<TARGET_FILE_NAME:sycl>-gdb.py"
DESTINATION lib${LLVM_LIBDIR_SUFFIX}
DESTINATION "lib${LLVM_LIBDIR_SUFFIX}/$<TARGET_FILE_NAME:sycl>-gdb.py"
COMPONENT sycl-headers-extras)
endif()

Expand Down

0 comments on commit c72cbc4

Please sign in to comment.