We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35af9f2 commit 5e26e5dCopy full SHA for 5e26e5d
CMakeLists.txt
@@ -15,7 +15,6 @@ add_subdirectory(libsyclinterface)
15
file(GLOB _dpctl_capi_headers dpctl/apis/include/*.h*)
16
install(FILES ${_dpctl_capi_headers}
17
DESTINATION dpctl/include
18
- COMPONENT DpctlCAPIHeaders
19
)
20
21
add_subdirectory(dpctl)
libsyclinterface/CMakeLists.txt
@@ -241,12 +241,10 @@ install(TARGETS
241
install(
242
FILES ${SUPPORT_HEADERS}
243
DESTINATION ${_include_destination}/Support
244
- COMPONENT SupportHeaders
245
246
247
FILES ${CONFIG_HEADERS}
248
DESTINATION ${_include_destination}/Config
249
- COMPONENT ConfigHeaders
250
251
252
# Enable code coverage related settings
0 commit comments