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 9d16d71 commit fb6b54eCopy full SHA for fb6b54e
libsyclinterface/CMakeLists.txt
@@ -214,13 +214,9 @@ file(GLOB MAIN_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/*.h")
214
file(GLOB SUPPORT_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Support/*.h")
215
file(GLOB CONFIG_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Config/*.h")
216
217
-set(ALL_HEADERS "${MAIN_HEADERS}")
218
-list(APPEND ALL_HEADERS "${SUPPORT_HEADERS}")
219
-list(APPEND ALL_HEADERS "${CONFIG_HEADERS}")
220
-
221
set_target_properties(DPCTLSyclInterface
222
PROPERTIES PUBLIC_HEADER
223
- "${ALL_HEADERS}"
+ "${MAIN_HEADERS}"
224
)
225
226
if (SKBUILD)
0 commit comments