Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Stop installing files only used by device libs build
Browse files Browse the repository at this point in the history
Change-Id: Iff227a5a65ed49657b4ef92cefdb16f3128b347f
  • Loading branch information
b-sumner committed Jan 10, 2020
1 parent 56603ea commit c5dd304
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions ockl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,3 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/inc)

opencl_bc_lib(NAME ockl SOURCES ${sources})

install(FILES
inc/amd_hsa_common.h
inc/amd_hsa_elf.h
inc/amd_hsa_kernel_code.h
inc/amd_hsa_queue.h
inc/amd_hsa_signal.h
inc/device_amd_hsa.h
inc/hsa.h
inc/ockl_hsa.h
inc/ockl.h
DESTINATION include COMPONENT OpenCL)
1 change: 0 additions & 1 deletion ocml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src)

opencl_bc_lib(NAME ocml SOURCES ${sources})

install(FILES inc/ocml.h DESTINATION include COMPONENT OpenCL)

0 comments on commit c5dd304

Please sign in to comment.