Skip to content

Commit 5e26e5d

Browse files
Drop use of COMPONENT in install commands
1 parent 35af9f2 commit 5e26e5d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ add_subdirectory(libsyclinterface)
1515
file(GLOB _dpctl_capi_headers dpctl/apis/include/*.h*)
1616
install(FILES ${_dpctl_capi_headers}
1717
DESTINATION dpctl/include
18-
COMPONENT DpctlCAPIHeaders
1918
)
2019

2120
add_subdirectory(dpctl)

libsyclinterface/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,10 @@ install(TARGETS
241241
install(
242242
FILES ${SUPPORT_HEADERS}
243243
DESTINATION ${_include_destination}/Support
244-
COMPONENT SupportHeaders
245244
)
246245
install(
247246
FILES ${CONFIG_HEADERS}
248247
DESTINATION ${_include_destination}/Config
249-
COMPONENT ConfigHeaders
250248
)
251249

252250
# Enable code coverage related settings

0 commit comments

Comments
 (0)