Skip to content

Commit fb6b54e

Browse files
Merge pull request #768 from IntelPython/cmake-cleanup-2
Fix include/syclinterface structure
1 parent 9d16d71 commit fb6b54e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libsyclinterface/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,9 @@ file(GLOB MAIN_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/*.h")
214214
file(GLOB SUPPORT_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Support/*.h")
215215
file(GLOB CONFIG_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Config/*.h")
216216

217-
set(ALL_HEADERS "${MAIN_HEADERS}")
218-
list(APPEND ALL_HEADERS "${SUPPORT_HEADERS}")
219-
list(APPEND ALL_HEADERS "${CONFIG_HEADERS}")
220-
221217
set_target_properties(DPCTLSyclInterface
222218
PROPERTIES PUBLIC_HEADER
223-
"${ALL_HEADERS}"
219+
"${MAIN_HEADERS}"
224220
)
225221

226222
if (SKBUILD)

0 commit comments

Comments
 (0)