Skip to content

Commit

Permalink
Drop extra install rules
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
ilya-lavrenov committed Jan 7, 2025
1 parent 34e6cfc commit abe0e7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ foreach(UTIL_LIB_NAME IN ITEMS Utils UtilsCpp)
DESTINATION ${config_package_location}
COMPONENT binary
)

# For packaging the utils libraries
install(
TARGETS ${UTIL_LIB_TARGET}
DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT binary
)
endforeach()

if(OPENCL_SDK_BUILD_SAMPLES)
Expand Down
7 changes: 0 additions & 7 deletions lib/src/Extensions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,6 @@ if (OPENCL_EXTENSION_LOADER_INSTALL)
DESTINATION ${OPENCL_EXTENSION_LOADER_CONFIG_PATH}
COMPONENT binary
)

# For packaging the extensions library
install(
TARGETS OpenCLExt
DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT binary
)
endif()

if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
Expand Down

0 comments on commit abe0e7b

Please sign in to comment.